Site logo

Archived topic

Format h4-h6

5 replies · Started by Hakim on April 2, 2016

Viewing posts 1–6 of 6

Hi Tom,

It seems GP Premium plugin allows me fine control of headings h1-h3 with Google Fonts etc but not h4-h6. I am thinking these would be useful to set up things like small caps or other alternatives to the default.

How can can I achieve access to these font settings?

With thanks,
Hakim

Hi there,

You can use CSS for those elements.

For example:

h4 {
    font-size: 15px;
    text-transform: uppercase;
}

h5 {
    font-size: 13px;
    text-transform: uppercase;
}

h6 {
    font-size: 11px;
    text-transform: uppercase;
}

Adding CSS: https://generatepress.com/knowledgebase/adding-css/

Thanks Tom.

Will follow the links and see where they lead ...

You're welcome, let me know if you need more info :)

1 year and 2 months... any idea when H4-H6 might be an option?

Hoping to get it added in GPP 1.4 now that the typography controls have been re-written.

This archived topic is closed to new replies.