• Resolved elevatingyourbusiness

    (@elevatingyourbusiness)


    How do I change the font size on the posts and pages (I want it to be larger) w/o it disappearing every time WP or the theme is updated?

    Thanks much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there elevatingyourbusiness,

    Hope you’re well today 🙂

    This should be possible to do with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    .entry-content p {
        font-size: 13px;
    }

    This should be original text size so to increase it please increase the value (13px) to what ever suits you the most.

    Also by using child theme or a plugin that I mentioned above you’ll be safe from losing the changes after theme update.

    Hope this helps 🙂

    Cheers,
    Bojan

    Theme Author Styled Themes

    (@gejay)

    Hi elevatingyourbusiness,

    We hope you got the solution of your issue, if not then please let us know. And thanks for Bojan for the solution.

    Thanks

    Glad I could help 🙂

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘changing font size’ is closed to new replies.