Tagged: blog articles, font size
Hello Kriesi.at,
I need help with changing the font size of my blog articles. I want the standard font-size for my blog articles 16px. The font size of my blog articles is much bigger.
I tried this:
.entry-content p {
font-size: 16px;
}
and it works really well, except in unordered lists (ul, enumeration list).
Thanks in advance,
Anett
Hey Dennso,
Please provide a link to the site so we can look into this issue further.
Best regards,
Jordan Shannon
Hi.
I have removed the code because of the different font size. IF you want, I can enter it again.
Yesterday I tried to insert a quote. The font size in this part of the Blog article was twice the size.
Best regards
Anett
Hi,
Try adding !important; to your declaration. So:
.entry-content p {
font-size: 16px!important;
}
.entry-content ul li, .entry-content ol li {
font-size: 16px!important;
}
Best regards,
Jordan Shannon
Thank you very much! It works perfectly.
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay