Site logo

Archived topic

Header 4

3 replies · Started by Enrico on June 26, 2015

Viewing posts 1–4 of 4

Good morning,
I discovered that the header 4 in the GP theme are displayed like normal paragraph text, I used header 4 in my site and I need the header 4 to be different form normal text.

The add-on for Typography can set only h1, h2, h3, what I can do to set easily h4 different from normal paragraph text?

Enrico

Hi Enrico,

H4s are generally used less, so I didn't include them in the Customizer (it takes up a lot of resources listing out all of the Google Fonts).

That being said, you can use some simple CSS to adjust the H4.

For example:

h4 {
      font-size: 20px;
      font-weight: bold;
}

Thanks a lot Tom, it really easy when you have a child theme.

No problem :)

This archived topic is closed to new replies.