Okay
  Public Ticket #969675
off canvas menu
Closed

Comments

  •  2
    jaewoo started the conversation

    hello!

    there are two issues on my website,

    first, the menu strings are shown twice,( like menumnu , noticenotice)

    seconds, we wanna make the off-canvas menu invisible on PC version, we can't find any option  of this. how can I hide menu button on PC, but is shown on mobile?


    if any options about font-size of menu on off-canvas menu, please guide about it too!


    thank you for your support.

  •  8,996
    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) :

    @media only screen and (min-width: 1000px) {
        #header-outer[data-full-width="true"][data-cart="true"] header#top nav ul .slide-out-widget-area-toggle {
            display:none !important;
        }
    }
    #slide-out-widget-area .widget_nav_menu span.clip-wrap{
        display:none !important;
    }

    Thanks


    ThemeNectar Support Team