Hi,
I just would like to remove de mobile menu, keeping the main menu operational. How can I do that?
My old css become “garbage” after the enfold update.
Thanks
Hey CloudChoice,
Please post a link to your website so we can provide you an accurate solution
Best regards,
Yigit
Hi,
In the link you can check the problem… the mobile menu is overlapping the main menu in small devices.
Thanks
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) {
.responsive #top .av-main-nav .menu-item {
display: block!important;
}
.responsive #top .av-main-nav .menu-item-avia-special {
display: none !important;
}}
Best regards,
Yigit