I’ve tried to add the CSS on this support page
to my Enfold General Style page but its not changing the font size for smaller devices.
Please could you take a look at how I’ve used the CSS to help me out please.
Thanks
Huw
Hey ehdavies,
Do you mean you want the accordion titles smaller on small screens?
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.js_active .toggler {
font-size: 14px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria