Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2618192
Menu options
Closed

Comments

  • PauBICM started the conversation

    I want to hide the menu until the users scroll the main page, can you please tell me if there is a Css for that? i understand that something like this could work but with the correct instances

    .header-scrolled nav.main_menu {
    opacity: 1;
    }
    nav.main_menu {
    opacity: 0;
    }


  •  5,055
    Michael replied

    HI!

    pls. use following css:

    header#site-header:not(.fixed) nav#primary-navigation {
        display: none !important;
    }

     

    6707465710.png
  • PauBICM replied

    Just what i need, thanks Michael

  •  5,055
    Michael replied

    You're welcome!

    Have a nice day!