Okay
  Public Ticket #241735
Remove "view larger" and change "more details" for Enter
Closed

Comments

  • Pablo started the conversation

    Hi guys, how can I do this? Remove "view larger" and change "more details" for Enter? Cheers

  •  8,448
    Tahir replied

    Hey Pablo!

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

    body .portfolio-items .col .work-item .work-info a:first-child {
        display: none !important;
    }
    

    As regards changing the more details you will have to change the default translation or change the text in "salient/nectar/tinymce/shortcode-processing.php" . 

    Thanks


    ThemeNectar Support Team 

  • Pablo replied

    Many thanks Tahir for your help! Cheers