Tagged: font size
In my “old” Enfold theme the code: body { font-size: 0.9em; } works fine to change the basic font size. But in my last (4th) Enfold theme (of 18 dec 2014) the basic font size is way too big and this code only changes the line distance but not the font size.
I am thinking of copying my old (2nd) Enfold theme to my new website, but I do not know if that gets .me in trouble (by using the theme twice for different websites)..
Thanks for your solution,
Joost van der Laan
PS:
Hi Joost van der Laan,
Can you post the link to your website please?
Regards,
Josue
New Enfold theme of 19 december 2014 with fixed too big font size: http://josdeurloo.nl/implantologie/
Old Enfold theme with nicely working font size editing: http://rembrandtkliniek.com/wallen-onder-ogen/
Thanks for your quick reply,
Joost van der Laan
Try with this code in Quick CSS:
p {
font-size: 0.8em;
line-height: 1.8em;
}
Regards,
Josue
Thanks Josue, it works. And in addition for bullets, archive and categories I must use ul instead of p.
Yes, you can have them combined by the way:
ul, p {
font-size: 0.8em;
line-height: 1.8em;
}
Cheers!
Josue
Now I have compleet freedom to optimize my fonts and line distance. Thanks to you!. But I like to put my bullet lines closer together than the normal lines, so I address them separately. The next step is to increase the font size a bit of the Enfold Latest News widget I use very often.
Cheers, Joost.