Okay
  Public Ticket #2826758
Remove "View Larger" button on portfolio
Closed

Comments

  •  4
    Casey started the conversation

    Hey there. Is it possible to remove the "View Larger" button on a portfolio preview? 

    I'd also like to change the "More Details" button to say Read More instead.. 

    Thanks for any help you have :)

  •  1,878
    Judith replied

    Hi Casey,

    To translate you can use the Say What plugin with 'salient portfolio' as the text domain.

    Also send us the website url so that we can provide the css to remove the 'View Larger' button.

    Thanks.

  •  8,847
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

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

    Thanks


    ThemeNectar Support Team