Tagged: font size
Hi, I am developing my 4th Enfold website. This time the font size is much bigger than before. I can change the header sizes easely but not the font size of normal text in Advanced Styling. I tried body {font-size:14px; } in the quick CSS of Main Content, but that only changes the distance between the lines but not the font size. Please help me. Thanks
PS: my RembrandtKliniek.com site has very small fonts; my site in development JosDeurloo.nl has too big fonts.
This works on my site:
body {
font-size: 15px;
}
Hi JoostvanderLaan;
I’ve done this to have 15px size
body p{ font-size: 110% !important; margin: 0 0 0.85em 0 !important; line-height: 1.35em !important;}