Hello,
The mobile menu on my theme is weird
it displays the buttons for menu and the menu text?
maybe you can check
kenners.ikentie.nl
kind regards
Hey Nickkentie!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
nav.main_menu {
display: none;
}}
Cheers!
Yigit
THANKS