Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1384302
    TinBerakovicRacing
    Participant

    Hello again!
    I am using a child theme based on ethos and I was wondering how do i change the font size of the body not just menus for mobile devices. My client wants a smaller font on mobile.

    I tried using basic CSS under custom (@media(maxwidth:480px)) but it doesn’t seem to work
    My site: http://www.tinberakovic.com

    #1384346
    Joao
    Moderator

    Hi There,

    Please try

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

    Hope it helps

    Joao

    #1387857
    TinBerakovicRacing
    Participant

    Thanks, that worked but it’s foNt-size not foMt-size for anyone else reading this

    #1388331
    Rupok
    Member

    Hi there,

    Glad that it’s working, I have fixed the typo for others.

    Cheers!

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