I’ve just bought Enfold and it’s brilliant. But I’m now stuck by font size issue in my blog posts. I need to increase the font size of my blog post body, as it’s too small for Chinese. Would you please give me the codes? I saw other posts about the font size, but the codes provided are not specific to body of blog posts.
Hey sunwuye,
Please include the url to a blog post so we can take a closer look. To be clear you only want the “blog post pages” to be larger, not the “home page” or the “blog page” with the list of all the blog posts, right?
Best regards,
Mike
Hi Hi Mike, thanks for your reply, please check the link in the private content, thanks a lot!
Sorry Mike, please use the below link instead, the previous one is invalid.
Hi,
Please try this code in the General Styling > Quick CSS field:
.post {font-size: 20px !important; line-height: 1.5em !important; }
adjust to suit.
Best regards,
Mike
Great, much better now. I just found body texts on other pages are also a bit too small, and maybe a bit too light in color, so is it possible to adjust them also? Like the content on the link below.
Hi,
Please try:
.template-page.content {font-size: 20px !important; line-height: 1.5em !important; color: #000 !important; }
adjust to suit.
Best regards,
Mike
Hi Mike, I just tried the code, but the texts in the boxes on the homepage also increased a lot, even bigger than texts above them, making the page strange. So I have to remove the codes immediately.
Hi,
Please try this instead:
.template-page.content .av_textblock_section {font-size: 20px !important; line-height: 1.5em !important; color: #000 !important; }
Best regards,
Mike
Thanks Mike, this works well! I just decreased the font size a bit to 16px and lightened the color a bit to #3C3C3C, I guess all is OK now.