Okay
  Public Ticket #442614
"View more" text in toggle
Closed

Comments

  • Juanchi started the conversation

    Hi,

    I want to add a "View more" text after the toggle title to let people know they have to click to open the box.

    How can I do that?

    Thanks!

  •  8,851
    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) :
    .toggle h3 a:after {
        content: \" [View More]\";
    }

    Thanks


    ThemeNectar Support Team 

  • Juanchi replied

    Thanks! It works great, but I\'d like the text style to be different than the text (smaller px, at least)

    How can I do that?

    Thanks again!

  •  8,851
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .toggle h3 a:after {
        content: \" [View More]\";
        font-size:14px;
        font-family:Lovelo;    
    }

    Thanks


    ThemeNectar Support Team