Font Size Blog Post

Is there an easy way I’m missing to adjust font size in body of posts (not headers), or is it standard and nonadjustable? Thanks

Hi there,

Please add this code to the Global CSS:

.single-post .entry-content {
    font-size: 15px;
}

You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.