Okay
  Public Ticket #1616833
Off canvas font size MOBILE
Closed

Comments

  • idanyashar started the conversation

    screen shotMobile font size doesn't changes.

    Hi there I've changed "Off Canvas Navigation" font size in the typography section and it doesn't work. 
    I have also tried to use the custom css u suggested in another supporting ticket : 

    #mobile-menu ul li a {
        font-size: 14px !important;
    }

    and nothing happens.

    Help :)

  •  2,719
    Andrew replied

    Hey there,

    Thanks for reaching in,

    The font is already 14px. Please clear your browser cache and confirm. You can also use this CSS to supplement.

    #slide-out-widget-area .inner .off-canvas-menu-container li a {
        font-size: 14px!important;
    }
    

    Hope this helps,

    Regards

  • idanyashar replied

    Works great! Thanks