• Resolved Katharine

    (@katharineholmes)


    I’d like to change the size of the font used in the content area of pages and posts. Where do I find that in the CSS?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Katharine,

    If you just want to increase the size of the paragraph text (not the titles) you can use this:

    p {
    font-size: 110%;
    }

    * Set the font size of the paragraph element to greater than 100% or change it to a fixed pixel width such as 20px.

    You should place the above code in your custom css child theme style.css. Child themes are the safest way to go when doing any kind of modifications.

    I hope that helps!

    – Luke

    Thread Starter Katharine

    (@katharineholmes)

    Thanks, Luke! It worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change text size on pages & posts’ is closed to new replies.