• Erin Salmon

    (@freshfromthesoil)


    Hello,

    Forgive me if this has already been asked. There are 20+ pages of threads here! I am running the 2015 theme, and I would like to make the font for the ENTIRE site to be about 90% of it’s current size. I’m sure there is a CSS code for this, however, I am not as tech savvy as most of you here, so I’m hoping you can help out!

    My site is https://www.erinsalmonwrites.com

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you add a custom CSS plugin you can change the site font size with this :

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

    Thread Starter Erin Salmon

    (@freshfromthesoil)

    This appears to only change the font of the posts. I am trying to change ALL the text you see on the site, including the post titles and sidebar items. Is there something I’m missing?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site Wide Font Size’ is closed to new replies.