Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1022418
    mksubherw
    Participant

    is there a way to change the blog article title size? The H1, H2, and H3? I JUST want to change it for the blog – not the rest of the website (not all the h1s, h2s, h3s that Cornerstone uses).

    Thanks in advance!

    #1022735
    Rupok
    Member

    Hi there,

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

    .blog h1, .single-post h1 {
      font-size: 42px;
    }
    
    .blog h2, .single-post h2 {
      font-size: 36px;
    }
    
    .blog h3, .single-post h3 {
      font-size: 30px;
    }

    Hope this helps.

    Cheers!

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