• I am starting a blog, tanjacrouch.com and am using Fashionista. I figured out how to change the font size in pages, but for posts there is nothing in the code that mentions font size. I cannot find a central place to increase the font (it’s very tiny–hard to read in the tests). How do I do this?

    I read an earlier string that said to download and install plugin Custom CSS, which I did, but I still can’t find where to increase the font size. This is my first website, so I am learning as I do. Please explain like I know nothing now to do this or where to do go change it.

    Thank you!

Viewing 1 replies (of 1 total)
  • Hi Tanja,

    you can add this code below using your custom css plugin:

    .entry-summary, .entry-content {
      font-size: 16px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Change Font Size in Body Fashionista’ is closed to new replies.