Hi,
I checked your site and it seems you are already adding a specific css class after scrolling.
Do you still need our help? Let us know so we can help you out.
yes actually,
i use mystickymenu plugin and use the plugin feature, but the plugin is only contain one css class so i only can hide .mobmenu class when the page is scroll down and the menu still appear.
maybe can you help me to make the menu hide also?
In the case to hide everything add this code below to the custom css option in the General options tab.
.mob-menu-header-holder.mobmenu.myfixed {
display: none;
}
Clear the browser cache and test again.
it work! thanks for your help 🙂
No problem. Glad It’s sorted.