This topic has 1 reply, 1 voice, and was last updated 7 years by alexander.

  • Author
  • #172664
     alexander
    Participant

    Hello, how can i hide the TOP NAV when i scroll down ?

    and leave the main menu only ?

    #172669
     alexander
    Participant

    I Resolved it by putting this jQuery code in:
    Theme options => general settings -> javascript:

    COPY CODE
    <script>
      jQuery(window).scroll(function(){
      if(jQuery(this).scrollTop() > 0){
        jQuery('.social-header').fadeOut(150)
      }else{
        jQuery('.social-header').fadeIn(150);
      }
      });
    </script>

    example : https://drnona.work/travel-destination/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?