• I’ve been trying to make the font size of the content in my blog posts bigger, by updating the theme css. I can’t find the right place to modify the font size. Please kindly help. Thanks.

    My website:
    https://aerisyuen.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The Firefox browser with the Firebug addon are invaluable tools for CSS development.

    If your theme provides a way to enter custom CSS, use that. Otherwise, you should create a Child theme or use a CSS plugin such as Simple Custom CSS to make your changes. If you do not, all of your changes will be lost if you update your theme.

    You can test this by adding it to the end of your theme’s style.css, but to make it permanent, you should do as suggested above:

    html { font-size: 70%; }

    Adjust the 70% to your liking. This will increase the font size of everything in your site. If you want only certain instances changed, you will need to give details on how to locate examples on the site.

    Thread Starter carrieho130

    (@carrieho130)

    Tried it works.
    Thank you for your reply and advice on it. It really does help me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make content font size bigger?’ is closed to new replies.