Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1302832
    jbraun
    Participant

    Hi there,
    I’m trying to create H2 headings that are smaller than my H1 heading. Currently my H1 heading appear to be the same size even though I selected H2. Please see the post below.

    http://joshbraun.com/feelfreetosayno/

    How can I get the title of my post to be a H1 heading that is bigger than the H2 headings?

    Thanks,
    Josh

    #1302881
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    h2, .h2 {
        font-size: 200% !important;
    }
    

    Hope that helps.

    #1303027
    jbraun
    Participant

    Yes, that worked! Can I do the same thing with the H1 tag? Is the blog title an H1 tag by default?

    #1303032
    Joao
    Moderator

    Hi There,

    You can of course.

    but for the blog title, please use:

    .entry-title {
        font-size: 250%;
     }

    Hope that helps

    Joao

    #1303582
    jbraun
    Participant

    Thank you Joao.

    #1303813
    Christopher
    Moderator

    You’re welcome.

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