Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1019029
    kukurookel
    Participant

    I am trying to change my blog title size in relation to the H1 H2 etc on the page. I found out how to change those settings in CSS on this forum (with the CSS below) but these don’t impact the size of the main title. How do I change the main title size?

    h1, .h1 {
    font-size: 5em;
    }

    h2, .h2 {
    font-size: 4em;
    }

    h3, .h3 {
    font-size: 3em;
    }

    h4, .h4 {
    font-size: 2em;
    }

    h5, .h5 {
    font-size: 2em;
    }

    h6, .h6 {
    font-size: 1em;
    }

    #1019278
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .entry-title {
        font-size: 36px !important;
    }
    

    Thanks.

    #1020293
    kukurookel
    Participant

    Thank you so much! Will this be a fixed size on mobile devices as well? Is that something I should worry about?

    #1020493
    Rahul
    Moderator

    Hey There,

    It should work but let us know just in case it creates any issues.

    Thanks

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