Hi
How can I style shortcodes titles, for example the toggler title to use the <h2> CSS elements? When I try it adds a paragraph so the title is lower than the toggle image.
Thanks,
Lyse
Hi
How can I style shortcodes titles, for example the toggler title to use the <h2> CSS elements? When I try it adds a paragraph so the title is lower than the toggle image.
Thanks,
Lyse
Hi Lyse,
Sorry for the late response. You can style the toggle title by adding this declaration to your custom.css or Quick CSS.
.js_active .toggler {
font-size:16px;
}
Hope this helps!
Regards,
Mya
Hi Mya,
Thank you for the CSS element. I was able to style the title of the toggler as I want it.
Much appreciated.
Lyse
This topic has been closed to new replies.