Site logo

Archived topic

Cannot change size of H4 and H3

5 replies · Started by Markus Kitroschat-Vogt on September 17, 2020

Viewing posts 1–6 of 6

Dear GeneratePress-Team,

I have a problem. If I'd like to adjust the typography of my headings via the customizer nothing changes. I can change h1 and h2 but it's not possible to change h3,h4 and so on.

Where could there be the mistake?

Kind regards,
Markus

Hi there,

Are you using a plugin called Jazzy Cycling Tour Planner?

If so that plugin is adding this CSS which is causing the issue:

h3 {
    font-size: 10pt;
    text-align: center;
}

Yes, I am using this. Did you see this in the source code?

Yup - removing that CSS from the plugin should work.

A plugin definitely shouldn't add a general CSS that changes the heading globally like that.

Ok, thanks for the information!

No problem :)

This archived topic is closed to new replies.