disable expanded menu
I'm trying to have a consistent appearance for the menu when it initially appears and when it's sticky. Is this what you refer to as the minimal header? I can't figure out how to disable the initial appearance and would love your tips!
Here's an image for more detail:
[Links visible only for registered users]
Here's a link to my site:
[Links visible only for registered users]
W
Comments
if you will activate header on your site, we would be able to give you a tip to hide menu on regular header and display it when it's sticky only.
2. To display just sticky header, you need to customize header with an extra css:
#Top_bar:not(.is-sticky) { display: none !important; }