Okay
  Public Ticket #1326886
Off Canvas Sub Navigation
Closed

Comments

  •  2
    Desiree started the conversation

    How do I change the Sub Item's font size in the off canvas menu without changing the main menu size?

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #slide-out-widget-area:not(.fullscreen):not(.fullscreen-alt) .menuwrapper li small {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    Thanks


    ThemeNectar Support Team