Viewing 2 replies - 1 through 2 (of 2 total)
  • In order to change the post font size you can add this to your Custom CSS or a child style.css:

    .entry-content, .entry-summary {
        font-size: 100%; // change font size here
    }
    Thread Starter destinationisolation

    (@destinationisolation)

    Thanks. Actually turns out that for my theme adding

    font-size: 120%;

    to

    .site-content .entry-summary {
    //stuff already here
    }

    seems to have done the trick.

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