Okay
  Public Ticket #181429
View Larger
Closed

Comments

  • Scorpio started the conversation

    Hey,

    I have a 3 column portfolio and when you hover your mouse over one of the images you see \'View Larger\' and \'View More\' I want to remove \'View Larger\'.

    Thank you for reading.

  •  8,838
    Tahir replied

    Hey !

    Add this into the Custom CSS box located in your Salient Options panel:

    .portfolio-items .col .work-item .work-info a:nth-child(1) {
        display: none !important;
    }
    

    Cheers


    ThemeNectar Support Team