Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1253517
    curt
    Participant

    Hello,
    I found some 2-3 year old postings on this topic, and they say you have to use custom CSS to change the header font sizes. Is it still the case?

    Thanks.

    #1253711
    Joao
    Moderator

    Hi There,

    You can adjust your heading sizes at Appereance > Customizer > Typography,

    Or you can add the following code to Appereance > Customizer > Custom > CSS

    
    h1, .h1 {
    font-size: 3em;
    }
    
    h2, .h2 {
    font-size: 3em;
    }
    
    h3, .h3 {
    font-size: 3em;
    }
    
    h4, .h4 {
    font-size: 3em;
    }
    
    h5, .h5 {
    font-size: 3em;
    }
    
    h6, .h6 {
    font-size: 3em;
    }

    and adjust 3em for each respective size you want.

    Hope that helps

    Joao

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