• Resolved ascensa

    (@ascensa)


    Hi there,

    I need to change my H1,H2,H3,H4 across the board for my pages. I’ve tried looking up the forumn past help to doing so. I assume I can modify this in my CSS for my child theme as there is not an inbuilt section for this theme for me to customize the size. Any help would be great : )

    Thanks

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

    Just put this in your child CSS:

    h1 {
    font-size: 45px;
    color: #414a9e;
    }

    Change px numbers to what you want and you can change the colour too as I have done for mine. If you don’t want to change the colour, just omit that line.
    Repeat for h2 and so on.

    Thread Starter ascensa

    (@ascensa)

    Thanks for that, it worked like a charm.

    Cheers D

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Font Size for H1,H2,H3,H4?’ is closed to new replies.