Hi!
I don’t want display the menu 2 (enfold secondary menu) on the mobile version. How can I do this ?
Best regards,
Bubarama
Hey Bubarama!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 769px) {
nav.sub_menu {
display: none !important;
}}
Best regards,
Yigit
Hi Yigit.
Thanks !
It’s perfect !
Bubarama