Site logo

Archived topic

How to make Good Header?

3 replies · Started by Rahul on September 27, 2021

Viewing posts 1–4 of 4

Hello there, my H2 is quite good, but the H3 doesn't look good. Look at the H2 they are a little bit deeper than the text (paragraph) but the H3 looks like text, and hard to find out. How can I make the H3 like the H2? To check H3 check the below section of the article.

Hi there,

You have this CSS in your Customizer > Additional CSS which is setting your font sizes and weights:

h1 {
    font-weight: 600;
    font-size: 31px;
}

h2 {
    font-weight: 500;
    font-size: 29px;
}

h3 {
    font-weight: 400;
    font-size: 26px;
}

h4 {
    font-weight: 300;
    font-size: 22px;
}

h5 {
    font-weight: 300;
    font-size: 18px;
}

This CSS isn't required. If you enable the Typography Module in Dashboard > Appearance > GeneratePress, then go to Customizer > Typography > Headings you can set the font styles there.

Thanks for your quick response. I have solved everything, but could you say is it possible to make the Header a little bit Deeper? (meaning bold style) so that people can understand easily.

This archived topic is closed to new replies.