Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #894670

    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.

    #894710

    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

    #895062

    Hi Hi Mike, thanks for your reply, please check the link in the private content, thanks a lot!

    #895063

    Sorry Mike, please use the below link instead, the previous one is invalid.

    #895067

    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

    #895072

    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.

    #895081

    Hi,
    Please try:

    .template-page.content {font-size: 20px !important; line-height: 1.5em !important; color: #000 !important; }

    adjust to suit.

    Best regards,
    Mike

    #895083

    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.

    #895176

    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

    #895499

    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.

    #895501

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How to change font size of blog post body?’ is closed to new replies.