Okay
  Public Ticket #357577
Toggles body font size
Closed

Comments

  • Sanjay started the conversation

    Hi. I would like to increase the font size of the text within a toggle. Could you send me the code for that? Thanks.

  •  8,849
    Tahir replied

    Please always provide the page url where i can see the toggle.

    Thanks


    ThemeNectar Support Team 

  • Sanjay replied

    There is no url at this stage as I don't won't to put the page up looking as it does. I already have the toggle title font size code, I just need the body text now. Thanks.

    .toggle h3 a {

    font-size: 17px !important;

    }

  •  8,849
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    .toggle p {
        font-size: 15px !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Sanjay replied

    Great thanks