Hi,
I have secondary menu and would like to hide it as soon as the page header decreases…
Is there a quick solution for this?
Thank you & regards
a
Hey reamisag,
You can go to Enfold theme options > Header > Header Behaviour and check “Unstick topbar” so when scrolled down, header meta section will be hidden.
If you would like to hide only secondary menu when scrolled down, please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .sub_menu { display: none; }
Best regards,
Yigit