Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1388450
    WebSzene
    Participant

    Good day everybody

    Maybe I did not use the search function well or my English is just too bad.

    But where do I set the different font sizes for h1 to hxx, p, blockquote etc? For a feedback, I thank you in advance.

    Best greetings from Switzerland
    Sascha

    #1388660
    Joao
    Moderator

    Hi There,

    You can set some of these parameters on Appereance Customizer Typography.

    Others you need to use CSS for example

    h1, .h1 {
    font-size: 30
    }
    
    h2, .h2 {
    font-size: 30
    }
    
    h3, .h3 {
    font-size: 30
    }
    
    h4, .h4 {
    font-size: 30
    }
    
    h5, .h5 {
    font-size: 30
    }
    
    h6, .h6 {
    font-size: 30
    }
    
    body p {
    font-size: 20px;
    }
    
    blockquote {
    font-size: 15px;
    }

    Add the CSS to Appereance Customizer Custom CSS

    Let us know if you need further assistance.

    Cheers

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