Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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;
    }


  •  4,772
    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

  •  4,772
    Michael replied

    You're welcome!

    Have a nice day!