Comments PauBICM started the conversationDecember 1, 2020 at 10:22pmI 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,772Michael repliedDecember 2, 2020 at 8:43amHI! pls. use following css: header#site-header:not(.fixed) nav#primary-navigation { display: none !important; } 1 LikePauBICM repliedDecember 2, 2020 at 1:45pmJust what i need, thanks Michael 4,772Michael repliedDecember 2, 2020 at 1:58pmYou're welcome!Have a nice day! Sign in to reply ...
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;
}
HI!
pls. use following css:
Just what i need, thanks Michael
You're welcome!
Have a nice day!