• Resolved rt.tery

    (@rttery)


    I would like to increase the font size of the text in the body of my posts. Where do I need to be looking in the css to edit this? Thanks for the help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Ignite!

    This can be easily accomplished with the following CSS:

    .entry-content {
      font-size: 16px; /* change to whatever you want */
    }

    I highly recommend adding this to a child theme, so it doesn’t get overwritten when you update to a newer version of Ignite. Here is a download link to an empty Ignite child theme you can use.

    Thread Starter rt.tery

    (@rttery)

    Works perfectly. Thanks!

    Does that empty Ignite child theme work with Ignite Plus as well?

    Theme Author Ben Sibley

    (@bensibley)

    John,

    Yes, that child theme will work for Ignite Plus too with one small adjustment.

    Change this in the style.css file:

    /*
     Theme Name:   Ignite Child
     Template:     ignite
    */

    To this:

    /*
     Theme Name:   Ignite Plus Child
     Template:     ignite-plus
    */

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Increase Font Size in Posts’ is closed to new replies.