Size of h4 and h5

Hi.
I am working on this page: http://leadersormlandskusten.se.preview.binero.se/driva-projekt/
I have used h4 and h5 as headlines but I would like to set the size of h5 to a smaller one. Is that possible?

Tomas

Hi Tomas,

Yes that’s possible.

You can add this in Theme Options > CSS

body h5 {
     font-size:20px;
}

Change 20px to adjust.

Thanks

Perfect. Thanks for the support

You’re welcome!

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