Hello,
I have a very simple main menu and want to keep it on mobile.
Is it possible to deactivate burger menu, I would like also to keep my header sticky?
Thanks a lot
gloriarte.fr
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.responsive #top .av-main-nav .menu-item-avia-special {
display: none;
}
.responsive #top .av-main-nav .menu-item {
display: block;
}
Best regards,
Yigit