Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1055328
    Joel K
    Participant

    I’m using Integrity stack and I think for mobile the headings are way too large. I looked under Typography settings but can’t seem to change it. Where can I change that setting?

    #1055330
    Joel K
    Participant
    This reply has been marked as private.
    #1055725
    Prasant Rai
    Moderator

    Hello Joel,

    Thanks for writing in!

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

    
    @media only screen and (max-width: 800px) {
        h2.entry-title {
            font-size: 120% !important;
            line-height: 1.5;
        }
    }

    Thanks.

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