Hello,
On our site, the font size of the blog is different compared to the rest of the site. We can’t find where we can change this?
Can you give some advice? Thanks!
Regards,
Erik
Hey Tim,
Add this to quick css:
.entry-content-wrapper p{
font-size:18px!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
It worked! Thank you for your help.
Best regards,
Erik
Hi Erik,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
I noticed it isn’t perfect yet. I see a lot of space between the words if I open the blog on a phone. It’s different from the original content. Please look at the article link from mobile.
How can I change this? Thx for helping.
Best regards,
Erik
Hi, could you take a look at this, please?
Thx!
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#top .fullsize .template-blog .post .entry-content-wrapper {
text-align: unset;
}
Best regards,
Yigit
Thx, this solved the problem.
Best regards,
Erik