Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1322297
    Sara S
    Participant

    How can I control the heading font size (using Integrity stack.) It is SO BIG, but whatever I do it still stays that way. (Though it is responsive.) Content too, I set it at 12 but it looks way bigger.

    Please advise.

    Thanks!
    Sara

    #1322329
    Thai
    Moderator

    Hi Sara,

    Please add the following CSS under Customizer > Custom > Global CSS:

    h1, .h1 {
    	font-size: 36px !important;
    }
    h2, .h2 {
    	font-size: 30px !important;
    }
    h3, .h3 {
    	font-size: 24px !important;
    }
    h4, .h4 {
    	font-size: 20px !important;
    }
    h5, .h5 {
    	font-size: 16px !important;
    }

    Hope it helps 🙂

    #1322768
    Sara S
    Participant

    Yes!! Thank you. How about for customizing font size of content / body content?

    #1322928
    Joao
    Moderator

    Hi There,

    you can add the following code:

    body p {
    font-size: 15px;
    }

    Hope it helps

    Joao

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