Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1198345
    Samantha E
    Participant

    Can you provide the customization code for changing the fonts for different headers. I was able to find it for the height of different headers:

    h1, .h1 { font-size: 30px !important; }
    h2, .h2 { font-size: 32px !important; }
    h3, .h3 { font-size: 28px !important; }
    h4, .h4 { font-size: 26px !important; }
    h5, .h5 { font-size: 10px !important; }

    #1198355
    Thai
    Moderator

    Hi There,

    Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #1198795
    Samantha E
    Participant

    For example, I would like h1 to be ariel, h2 to be times new roman, etc.

    #1199040
    Rue Nel
    Moderator

    Hello There,

    Thank you for the clarifications! To change the font family for the heading tags, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    h1, .h1 { 
      font-family: 'Arial', serif; 
    }
    
    h2, .h2 { 
      font-family: 'Times New Roman', serif;
    }

    Hope this helps. Kindly let us know.

    #1201976
    Samantha E
    Participant
    This reply has been marked as private.
    #1201982
    Samantha E
    Participant

    ugh – second time – please make the login info hidden

    #1201985
    Samantha E
    Participant

    figured it out just now! please delete the login info – thanks!

    #1202041
    Rahul
    Moderator

    Glad you’ve sorted it out.

    Let us know if we can help with anything else.

    Thank you.

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