Tagged: font size
Is there a way to change the font sizes throughout the enfold site with ease?
Kevin.
Hi CoolPenguinSays!
Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
You can also go to Enfold theme options > Advanced Styling tab and adjust some elements individually
Regards,
Yigit
That’s great, but I would like to increase the menu font size, as well as fonts in wigits like recent posts?
Hi!
Try using the Inspect Element in Chrome to get the codes to alter the elements you want, for example to change the menu items size:
.avia-menu li a {
font-size: 22px;
}
Regards,
Josue
Thanks Josh, I had tried it but when inspecting I could not find the relevant class. Then made me asked the question if Enfold had an inbuilt font size changer. Do I use the standard css editor and if so which css file for Enfold?