How do I change the font size for the content?
Thanks
Hey VictoriousC!
Thank you for using the theme!
You can add something like this on Quick CSS or custom.css:
body, body p {
font-size: 15px;
}
You can also change some of the font style on Enfold > Advanced Styling panel.
Regards,
Ismael
Thank you Ismael.
Another question:
Is there a way to change the font size to a certain section in the content? For example: The regular content size font is 15 there is a small section that I would like to change to 12 – is that possible?
THANKS!
Hey!
You can turn on custom CSS field for Avia Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
give the element you would like to use a custom CSS class and add following code to Quick CSS
.your-custom-class { font-size: 12px !important; }
Regards,
Yigit