Okay
  Public Ticket #3092527
Men Navigation
Closed

Comments

  •  1
    Tom started the conversation

    Hello, I am trying to get desktop to have a regular main nav with text while I want and off-canvas menu option for mobile. Right now, it shows my desktop main nav with text AND the off canvas option. When I disable the Off-canvas Menu under SALIENT>HEADER NAVIGATION>OFF CANVAS MENU it removes it from desktop and from the mobile view. Not sure what setting i have incorrect.

  •  1,624
    Judith replied

    Hello Tom,

    Thanks for choosing Salient.

    Please input this css in css custom code under Salient > General settings > CSS/SCRIPT Related:

    #top nav>ul .slide-out-widget-area-toggle {
        display: none !IMPORTANT;
    }

    Thanks.

  •  1
    Tom replied

    SOLVED - Thank you.