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;
}
}
Hey my friends, how can I disable the Top Navigation Menu on Mobile?
Thanks for your help! https://coveredmedia.de
Hey Again, Hope you had a Great Weekend,
You need to adjust these options :http://prntscr.com/n90p5i .
Best
ThemeNectar Support Team
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?
Hey sorry but only the Top Navigation, not the whole menu. Thanks!
Here is the screenshot. Pls delete the top navigation menu.
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):
Thanks
ThemeNectar Support Team