Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #195901

    What is the class or other element that controls how the fonts are styled in the toggle header? I’d like to add a line of custom css to change it’s colour, weight, etc., while leaving the text in the expanded box below untouched.

    #196011

    Hi m!

    You can use this on your custom.css or Quick CSS:

    .js_active .toggler {
    font-size: 14px;
    font-weight: bold;
    color: blue !important;
    }

    Cheers!
    Ismael

    #197251

    Awesome, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Toggle Header Font Styling’ is closed to new replies.