Site logo

Archived topic

No responsive setting for H3?

3 replies · Started by Anton on December 18, 2018

Viewing posts 1–4 of 4

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

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 :)

Thanks for the very quick reply Leo.

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

We might one day if more people are asking for it :)

This archived topic is closed to new replies.