Viewing 4 replies - 1 through 4 (of 4 total)
  • Try this code. You need to put it in a custom CSS file which you can do via a plugin, JetPack or your child theme styles.css file.

    You can change the font-size to another value that you find pleasing. Currently the value is 4.6rem.

    entry-title {
        font-size: 2.3rem;
        font-weight: normal;
    }

    Cheers, Stacy

    Thread Starter DigitalHandyman

    (@digitalhandyman)

    Hi Stacy,

    Ive installed jetpack and have copied the code into the ‘Edit CSS’ section with no results. Am I putting the code into the wrong place, or is there something else I am missing?

    Thanks for your help so far!

    Mercy Me!

    Yes, I made a typo in the code I sent you and left out a period in front of entry-title

    It should be this:

    .entry-title {
        font-size: 2.3rem;
        font-weight: normal;
    }

    Cheers, Stacy

    Thread Starter DigitalHandyman

    (@digitalhandyman)

    Hi Stacy,

    Thanks for all your help. Issue resolved

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change h1 size’ is closed to new replies.