Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #907128
    Relevance360
    Participant

    I am looking to change my heading sizes for the entire website. Is there a setting or can you give me the css?

    https://relevance360.com/

    #907129
    Relevance360
    Participant
    This reply has been marked as private.
    #907638
    Joao
    Moderator

    Hi There,

    You can add this code to your Appearence / Customizer / Custom / Css and adjust according to your wishes.

    h1, .h1 {
      font-size: 3em !important;
    }
    
    h2, .h2 {
     font-size: 2em !important; 
    }
    
    h3, .h3 {
      font-size: 2em !important;
    }
    
    h4, .h4 {
      font-size: 2em !important;
    }
    h5, .h5 {
      font-size: 1em !important;
    }
    h6, .h6 {
      font-size: 1.4em !important;
    }
    
    

    Hope that helps,

    Joao

    #913371
    Relevance360
    Participant

    That is helping some pages but not all pages.

    Here is an example:
    https://relevance360.com/free/

    #913742
    Friech
    Moderator

    Hi There,

    The given css code has a general selector and declared as !important so it should affect all the headings on your site regardless of which page. I’ve just check it and it did affect that page, is there a headline that you want to adjust in particular?

    Thanks.

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