Okay
  Public Ticket #2528667
Mobile menu font size
Closed

Comments

  •  19
    Brian started the conversation

    Hi,

    I currently have the 'Slide Out From Right' off-canvas menu enabled, but on your mobile phone the font sizes are pretty big... I was wondering if we could change this size, but only for the menu.


    Thank you in advance for your reply.

  •  8,851
    Tahir replied

    Hey,

    Thanks for using Salient.

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a {
            font-size: 22px !important;
            line-height: 28px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  19
    Brian replied

    Thanks! This worked!