Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1265750
    jeanettecaines
    Participant

    I read an inactive thread about altering my heading sizes. My headings are too large in proportion to my body text, so I added the custon css and changed my H1 all the way down to 10 (to see the change) and there isn’t any change. Help, please?
    http://www.jewelryarts.com wordpress 4.4.5 X Version: 4.6.4

    #1265787
    jeanettecaines
    Participant

    Also I tried adding the .h-widget {
    font-size: 110%;
    }
    to my css

    #1265827
    Rupok
    Member

    Hi there,

    Your CSS will be applied to widget title only. Which heading you are referring. Here goes the default font-size for all heading :

    h1, .h1 {
        font-size: 400%;
    }
    h2, .h2 {
        font-size: 285.7%;
    }
    h3, .h3 {
        font-size: 228.5%;
    }
    h4, .h4 {
        font-size: 171.4%;
    }
    h5, .h5 {
        font-size: 150%;
    }
    h6, .h6 {
        font-size: 100%;
    }
    

    Let’s change them and add under Custom > CSS in the Customizer.

    Cheers!

    #1265977
    jeanettecaines
    Participant

    Thank you so much, that worked perfectly! 🙂

    #1266113
    Jade
    Moderator

    You’re most welcome.

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