Tagged: font size
Is there a way to globally increase the font size? I want to increase the base size of all fonts. There are so many css-classes, I don’t want to change all of them…
Hey melonmelon!
Please see http://kriesi.at/documentation/enfold/change-the-default-font-size/
Cheers!
Yigit
sorry I know how to change the body font-size – but this is not the solution I was asking for – if you just change the body font-size some other .classes are NOT affected – e.g. the menu….
The issue is that I’m using the font “Cutive mono” which is relatively small and therefor I want to increase the font-size of ALL elements
Of course I could find out the classes of all elements but due to the complexity of the enfold css you get hundreds of different classes using firebug.
Is there a list of all classes wihich define a specific font size?
Hi!
No, there isn’t a single list for everything. You can do this as a baseline:
html,body,a {
font-size: 100% !important;
}
But it will cause you still need more adjustments after for headings, icon fonts in some places which are already over 100%. In this case there isn’t a one-step fix and it will need individual adjustment depending the font/font-size you need to adjust to.
Regards,
Devin
thx ;-) by the way – great theme, superb support!