Okay
  Public Ticket #2096290
Portfolio Excerpts
Closed

Comments

  • robinhall started the conversation

    Hi there,

    I would like to hide the portfolio excerpt text everywhere except the Fullscreen Zoom Slider on the homepage. Is this possible?

    Thanks.

  •  8,994
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • robinhall replied

    Hi Tahir, it's http://149.28.166.122/

  •  8,994
    Tahir replied

    I am getting this : http://prntscr.com/olmuyh .

    Best


    ThemeNectar Support Team 

  • robinhall replied

    Restarted the server! Should be good now :)

  • robinhall replied

    Sorry Tahir, had a corrupted plugin. The site is up again now.

  •  8,994
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .portfolio-items .col .work-info .vert-center p {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • robinhall replied

    Perfect! Thanks so much Tahir :)