Okay
  Public Ticket #1652870
Mobile menu font size css
Closed

Comments

  •  1
    timxddd started the conversation

    Dear Sir, 

    How could I change the font size at the menu/submenu when it's at mobile mode?

    Cheers,

    Tim

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    Please use this CSS in Salient > General Settings > CSS/Script Related > Custom CSS Code

    @media only screen and (max-width: 690px) {
    #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a {
        font-size: 18px;
    }
          }
    

    Hope this helps,

    Regards

    Themenectar Support Team