Comments Isaac started the conversationMarch 26, 2014 at 1:25amHey Themenecar - Wondering if it was possible to hide the menu on scroll?Or alternatively have it hidden until the user starts scrolling? 8,838Tahir repliedMarch 26, 2014 at 12:44pmHey Isaac!The "small-nav" class is added automatically when the header is resized so you can use it to hide the menu with following css or vice versa. Add this into the Custom CSS box located in your Salient Options panel:#header-outer.small-nav #top .span_9.col_last { visibility: hidden; } #header-outer #top .span_9.col_last { visibility: visible; } Cheers ThemeNectar Support Team Sign in to reply ...
Hey Themenecar - Wondering if it was possible to hide the menu on scroll?
Or alternatively have it hidden until the user starts scrolling?
Hey Isaac!
The "small-nav" class is added automatically when the header is resized so you can use it to hide the menu with following css or vice versa. Add this into the Custom CSS box located in your Salient Options panel:
Cheers
ThemeNectar Support Team