Okay
  Public Ticket #185810
Hiding Menu On Scroll
Closed

Comments

  • Isaac started the conversation

    Hey Themenecar - Wondering if it was possible to hide the menu on scroll?

    Or alternatively have it hidden until the user starts scrolling?

  •  8,838
    Tahir replied

    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:

    #header-outer.small-nav #top .span_9.col_last {
        visibility: hidden;
    }
    #header-outer #top .span_9.col_last {
        visibility: visible;
    }
    

    Cheers


    ThemeNectar Support Team