Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1332985
    Nvizion
    Participant

    I read through the forum and know it’s possible with a media query but what is the actual thing I need to be changing the fon-t size of for “Content Font Size (px)” that is found in customize?

    #1333156
    Lely
    Moderator

    Hello There,

    Please add this on Appearance > Customize > Custom > Edit Global CSS:

    @media (max-width: 979px){
    .entry-header, .entry-content {
        font-size: 26px;
    }
    }

    Hope this helps.

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