• Hey guys,

    I am new into wordpress and i need to find a way to change the font style and font size of my site. As you can see the font size in my posts is really small so its really hard for users to read it. My website is http://www.muscle-asylum.com. The headers, post titles and h1, h2 and other heading sizes are fine. However I have trouble on changing the font size or style of plain content.

    Thank you in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sot1993

    (@sot1993)

    The link to my website does not work, however you can check it by manually copy and the address on your browser.

    Thanks

    Try using this:

    body, button, input, select, textarea {
        font-size: 1.7rem;
    }

    Don’t edit the theme files directly, otherwise, your changes will be overwritten whenever the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Change font style or font size’ is closed to new replies.