Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1176782
    md_mitchell
    Participant

    Is there a way through CSS to increase the overall font size (body content, black, 14px for desktop) to 20px for mobile?

    Thanks.

    (Sending URL privately)

    #1176783
    md_mitchell
    Participant
    This reply has been marked as private.
    #1176994
    Joao
    Moderator

    Hi There,

    Please add the following code in Appereance > Customizer > Custom > CSS:

    @media (max-width: 480px) {
    p {
    font-size: 20px;
    }
    }

    Hope it helps

    Joao

    #1177023
    md_mitchell
    Participant

    Thanks so much!

    #1177125
    Rahul
    Moderator

    You’re most welcome!

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