Tagged: submenu
Hi!
We have a main menu and a submenu, but we want to show the submenu only on desktops. So, how ca we hide the submenul on mobiles?
Thanks!
Hi EuroInfoSys,
Not sure what you mean by submenu, are you referring to the top menu reading Despre NoiArticole FAQ Termeni si conditii?
Best regards,
Rikard
Hi!
Yes, I am reffering to that menu.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
nav.sub_menu { display: none !important; }}
Cheers!
Yigit
Hi!
I inserted the code, but it still shows the submenu.
Hey!
Please disable CSS minifying feature from the plugin you are using and flush cache and then check if it works. Code is currently not being applied.
Best regards,
Yigit
Hi!
Done, but it still shows the facebook icon. Can I reactivate the css minify after this?
Hi!
Try to replace the code with this:
@media only screen and (max-width: 990px) {
#header_meta { display: none !important; }
}
Hard refresh the page after.
Cheers!
Ismael
Thanks! Got it!