Okay
  Public Ticket #1409580
Toggle titles larger
Closed

Comments

  •  21
    Sanjay started the conversation

    Hi,

    Could you provide code to make the toggle titles larger. Thanks

  •  9,016
    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) :

    div[data-style="default"] .toggle h3 a, div[data-style="default"] .toggle h3 {
        font-size: 17px!important;
    }

    Thanks


    ThemeNectar Support Team 

  •  21
  •  21
    Sanjay replied

    It's working, but the text is rather squished up when it goes to the next line (when viewed on mobile). Can we space it out a bit more?

  •  9,016
    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) :

    div[data-style="default"] .toggle h3 a, div[data-style="default"] .toggle h3 {
        font-size: 17px!important;
        line-height: 23px!important;
    }

    Thanks


    ThemeNectar Support Team 

  •  21
    Sanjay replied

    Thankyou!