[Resolved] No responsive setting for H3?

Home Forums Support [Resolved] No responsive setting for H3?

Home Forums Support No responsive setting for H3?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #760777
    Anton

    Hi, there doesn’t appear to be any way to control the responsive typography settings for H3?

    #760782
    Leo
    Staff
    Customer Support

    Hi there,

    There isn’t in the customizer but you can use CSS:

    @media (max-width: 768px) {
        h3 {
            font-size: 20px;
            line-height: 0.5em;
            margin-bottom: 10px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #760789
    Anton

    Thanks for the very quick reply Leo.

    It would be an improvement if the customiser could handle responsive settings for H1 through H4.

    #760814
    Leo
    Staff
    Customer Support

    We might one day if more people are asking for it ๐Ÿ™‚

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