Home Forums Support Header 4

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #116740
    Enrico

    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

    #116779
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #116893
    Enrico

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

    #116934
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.