Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1373542
    Magnifyre
    Participant

    Hello! I tried adding the following to custom CSS to change my header font sizes but the changes didn’t seem to take effect. Can someone take a quick peek?

    I’ll post my login credentials in the next thread. Thank you for your help!

    h1, .h1 {
    font-size: 28px;
    }
    h2, .h2 {
    font-size: 24px;
    }
    h3, .h3 {
    font-size: 20px;
    }
    h4, .h4 {
    font-size: 18px;
    }

    #1373544
    Magnifyre
    Participant
    This reply has been marked as private.
    #1373769
    Joao
    Moderator

    Hi There,

    Please use:

    h1, .h1 {
    font-size: 28px !important;
    }
    h2, .h2 {
    font-size: 24px !important;
    }
    h3, .h3 {
    font-size: 20px !important;
    }
    h4, .h4 {
    font-size: 18px !important;
    }

    Hope it helps

    Joao

    #1377163
    Magnifyre
    Participant

    That worked, thank you!!

    #1377197
    Thai
    Moderator

    You’re most welcome 🙂

  • <script> jQuery(function($){ $("#no-reply-1373542 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>