Comments 2aamarketing started the conversationJanuary 8, 2018 at 6:38pmWhat css can I put in to hide the navigation 2 / secondary navigation on the mobile menu? 9,017Tahir repliedJanuary 9, 2018 at 6:31pmHey ,Try using this Option : http://prntscr.com/hy5u6c .Be.st ThemeNectar Support Team 2aamarketing repliedJanuary 9, 2018 at 10:18pmThat option didn't do anything, I need to remove the secondary menu location, this just ads the top navigation location to it, which I don't have a menu showing under top navigation. Is there a css method of hiding it with Salient?2aamarketing repliedJanuary 11, 2018 at 10:38pmANy ideas? 9,017Tahir repliedJanuary 13, 2018 at 11:45amHey Again, Sorry for the Unusual Delay . Please provide the page url so that i can write up the custom css for whats possible. Thanks ThemeNectar Support Team 2aamarketing repliedJanuary 13, 2018 at 2:33pmperrydrugonline.comThanks! 9,017Tahir repliedJanuary 13, 2018 at 2:39pmAdd 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 (max-width: 690px) { body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items { display: none !important; } } Thanks ThemeNectar Support Team 2aamarketing repliedJanuary 13, 2018 at 3:35pmThanks! Sign in to reply ...
What css can I put in to hide the navigation 2 / secondary navigation on the mobile menu?
Hey ,
Try using this Option : http://prntscr.com/hy5u6c .
Be.st
ThemeNectar Support Team
That option didn't do anything, I need to remove the secondary menu location, this just ads the top navigation location to it, which I don't have a menu showing under top navigation. Is there a css method of hiding it with Salient?
ANy ideas?
Hey Again,
Sorry for the Unusual Delay .
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
perrydrugonline.com
Thanks!
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Thanks!