Avada › Forums › Community Forum › Change the Font of Toggle/Accordion Title
-
AuthorPosts
-
Anyone know how to change the font family/style/color for the titles of toggles and accordions? I’m assuming it’s in Theme Options somewhere but I’ve looked everywhere and tried everything… I must be missing it. Thanks in advance!
I know it is a long shot following up on a thread this old, but did you ever find a solution to this problem? The default font of the toggle title clashes with the body-text font on my site and it’s driving me crazy. There must be a fix with a bit of CSS at least?
I would also like to know if there is any way of changing style of the toggle title. After all, we can modify everything in the toggle content, so why not in the title as well?
Hi Everyone,
You can try this CSS as an example.
.fusion-toggle-heading { font-family: Courier, monospace; font-size: 20px; color: firebrick; }
-
AuthorPosts
- You must be logged in to reply to this topic.