Heading css style is overwritten
-
Hello
In recent updates, Heading css style is overwritten, H1 to H6, are all limited in size.
Best regards
Lin
Attachments:
You must be
logged in to view attached files.
Hello,
We will fix this issue in our next theme update. As for now, please use the following CSS code to fix this
h1.wp-block-heading {
font-size: 28px;
}
h2.wp-block-heading {
font-size: 24px;
}
h3.wp-block-heading {
font-size: 22px;
}
h4.wp-block-heading {
font-size: 18px;
}
h5.wp-block-heading {
font-size: 16px;
}
h6.wp-block-heading {
font-size: 12px;
}
Kind Regards