Hi,
I wounder where to change the font size of main content text and headings, since I couldn’t find it in the enfold settings: styles.
Thanks in advance!
Olli
Hey olbert123!
You can use this on your custom.css or Quick CSS:
body p, body {
font-size: 15px;
}
There are lots of heading elements on the theme, which would you like to change? You can change the main title or heading using this:
#top .alternate_color.title_container .main-title a {
color: black;
font-size: 15px;
}
Regards,
Ismael
Thank you for the reply.
How do I change the size of the heading of the icon boxes.
TIA
Olbert