I need to change the font size in only one instance of H1. I tried this, but the font size didn’t change (when I test with a colour change, it works):
.fontsizeoverride {
font-size: 32px !important;
}
Hey m,
Add this to quick css in place of what you have:
.fontsizeoverride h1{
font-size:32px!important;
}
Best regards,
Jordan Shannon
Thank you so much!!
Hi,
I’m happy this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon