Okay
  Public Ticket #216443
Font size of Toggles
Closed

Comments

  • Tracy started the conversation

    I can't seem to find the right spot to modify the font size of a toggle. From what I can tell it appears to be using the H3 font. I've changed the font sizes in the H3 settings and they don't seem to do anything. I need the font size to be a little bigger than it is currently. 

    http://temp.aphasiavideos.com/faq/

    Thanks for the help. 

    Tracy


  •  8,405
    Tahir replied

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

    body .toggle h3 a {
        font-size: 15px !important;
    }
    

    Best,

    -T


    ThemeNectar Support Team 

  • Tracy replied

    Perfect. That works GREAT. 

    Thank you very much!