Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1412035
    Sandra
    Participant

    Hey there,

    On http://www.pmetools.ch I would like to change the font-size on mobile of the menu text: 2em for level 1 and 1.8em for level 2.

    I tried several css options you provided in the forum and didn’t get it to work.

    Thanks a lot and best wishes,

    Sandra

    #1412160
    Thai
    Moderator

    Hi There,

    Please try adding the following CSS:

    @media (max-width: 979px){
        .ubermenu .ubermenu-item.ubermenu-item-level-0 > a {
            font-size: 2em;
        }
        .ubermenu .ubermenu-item.ubermenu-item-level-1 > a {
            font-size: 1.8em;
        }
    }

    Hope it helps 🙂

    #1412552
    Sandra
    Participant

    Hi There,

    Thanks Thai! Works like a charm!

    Have a nice Sunday!

    Sandra

    #1412779
    Thai
    Moderator

    You’re most welcome 🙂

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