How to display Sticky Menu only / Hide Fixed Menu
Hello,
We would like the top of our website to display sticky menu only, not the fixed menu (which transitions to sticky).
So far we have added:
.menu-main-menu-container { display: none; }
#Top_bar:not(.is-sticky) { display: none !important; }
To hide the fixed menu...can you let us know CSS or files to edit to only show sticky menu?
Even if we have to disable the animation/fade in in the js file, we would greatly appreciate your help.
Comments
please send us link to page where you would like to do this first.