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

    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;
    }

    #1088802

    Hey m,
    Add this to quick css in place of what you have:

    .fontsizeoverride h1{
    font-size:32px!important;
    }

    Best regards,
    Jordan Shannon

    #1090166

    Thank you so much!!

    #1090180

    Hi,

    I’m happy this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘css to override font-size in one instance of H1’ is closed to new replies.