Hey guys,
i want the navigation to be sticky at all time.
The checkbox “fixed header” is activated. This might be a bug.
Is there a code snipped which forces the navigation to be sticky without just appearing when scrolling down?
Thank you very much!
Hey Funk86,
So essentially you want it showing at all times? It may be because you have the menu and background color set to the same color. Please go to Enfold theme options > Header > Transparency options and change transparent menu color. If this does not work then we can take a css approach to fix.
Best regards,
Jordan Shannon
Hey Jordan,
thank you for your reply. Unfortunately nothing happend when i changed the transparent menu to a color.
Any other ideas?
Hi,
Apologies the first suggestion didn’t get it. Please try adding the following to quick css:
#top .av_header_scrolldown.av_header_transparency{
margin-top:0px!important;
opacity:1!important;
background:#fff!important;
}
#header{
background:#fff!important;
}
Best regards,
Jordan Shannon