Site logo

Archived topic

How to make Good Header?

3 replies · Started by Rahul on October 2, 2021

Viewing posts 1–4 of 4

Would you say which heading style they're using? I mean H2 and H3 because I'm trying to make such style.

Would you give me the CSS for H1,H2 and H3?

Hi there,

these are the settings:

h1 {
    font-weight: 500;
    font-size: 40px
}

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

h3 {
    font-weight: 700;
    font-size: 20px
}

You can set those styles in the Customizer > Typography > Headings.
And they are using the System Font, so leave the Font selection as Inherit

This archived topic is closed to new replies.