Okay
  Public Ticket #626320
Portfolio - only show More Details
Closed

Comments

  • Rashel started the conversation

    For the portfolio, there is an option to turn off the 'More Details' link, however, how do you turn off the 'View Large' link and only have the 'More Details' link available?

  •  8,992
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .portfolio-items .col .work-item .work-info a:first-child {
        display: none !important;
    }
    Best.



    ThemeNectar Support Team 

  • Rashel replied

    Worked perfect - thanks!