Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #588708

    Hi guys,
    How can I adjust the font size of the blog post text that appears on a page?

    see this link

    I have the text for the site set for 15pts, but the blog post text appears much smaller
    can you guide me to a setting where I can change the font size?

    Thanks for your awesome support, you guys make me look very good!

    #589681

    Hey Joe!

    Please use the below css in Enfold > general Styling > Quick CSS

    body {
      font-size: 18px!important;
    }

    If you still have any issues please share the link to your site so we can inspect the element in question.

    Best regards,
    Vinay Kashyap

    #590928

    Hi Vinay,
    Thanks for that code. It changes the normal body text fine but not quite what I need
    I would like to make the text larger in the “blog post” area
    http://661.470.myftpupload.com/career-development-program/

    and in the actual post itself

    I have set the site wide body size to 15px, but the blog post view and the blogs are still at a smaller font.
    Let me know what you think, Thanks for your help

    #590995

    Hi!

    Please add following code to Quick CSS

    .entry-content {
        font-size: 15px;
    }

    Best regards,
    Yigit

    #591005

    Hi Yigit,
    thanks for your code, it worked great.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing the font size type in blog post’ is closed to new replies.