How to change header size globally

Hi,

All my default header sizes are huge. I use the standard Integrity stack. The theme only allows me to change the header spacing but not the size. Please let me know how to adjust all the headers globally for my site.

Thanks

1 Like

Hi @yeshuaislord,

Thank you for writing in, you can use the pattern below for adjusting the headlines base font-size

h1, .h1 {
    font-size: 400%;
}

You can use that pattern for other heading levels as well (h2 - h6).

Please note that we can not provide customization support further from here.

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.