[Resolved] Format h4-h6

Home Forums Support [Resolved] Format h4-h6

Home Forums Support Format h4-h6

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #183756
    Hakim

    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

    #183760
    Tom
    Lead Developer
    Lead Developer

    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/

    #183761
    Hakim

    Thanks Tom.

    Will follow the links and see where they lead …

    #183762
    Tom
    Lead Developer
    Lead Developer

    You’re welcome, let me know if you need more info 🙂

    #333680
    Oddball

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

    #333827
    Tom
    Lead Developer
    Lead Developer

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.