Okay
  Public Ticket #309211
Remove portfolio thumbnail button
Closed

Comments

  • Thomas started the conversation

    Hi everyone!

    On my portfolio page, I'd like to remove the "view larger" button of the thumbnail and only keep the "more details" button (as you can see on the attached file).

    Does anyone have an idea about how to do that.

    Thanks.

    Thomas.

  •  8,406
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .portfolio-items .col .work-item .work-info a:first-child {
        display: none !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Thomas replied

    Hi Tahir,

    Thanks for your help!

    Thomas.

  • Maria replied

    Hello, 

    Is there anyway of doing the opposite and keeping just the "View larger" button, but remove the "more details" button? 

    Thank you,

    Maria

  •  8,406
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .portfolio-items .col .work-item .work-info a:last-child {
        display: none !important;
    }
    
    Thanks 


    ThemeNectar Support Team