Okay
  Public Ticket #1964410
Mobile Menu
Closed

Comments

  • derachter started the conversation

    Hey my friends, how can I disable the Top Navigation Menu on Mobile?


    Thanks for your help! https://coveredmedia.de

  •  8,996
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    You need to adjust these options :http://prntscr.com/n90p5i  .

    Best


    ThemeNectar Support Team 

  • derachter replied

    Unfortunately this setting does not work for me. It may be because the header has already been edited with css. Can you also give me a CSS code?

  •   Andrew replied privately
  • derachter replied

    Hey sorry but only the Top Navigation, not the whole menu. Thanks!

  •   Andrew replied privately
  • derachter replied

    Here is the screenshot. Pls delete the top navigation menu. 

  •   Andrew replied privately
  •  8,996
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        .off-canvas-menu-container.mobile-only {
            display: none !important;
        }
    }

    Thanks


    ThemeNectar Support Team