Hello! In the theme settings I have the submenu checked as hidden until clicked, but I need it hidden altogether. Is there a way to achieve this? I’ve tried:
#top #mobile-advanced .visible_sublist, #top #mobile-advanced .avia_mega_div.visible_sublist>ul {
display: none !important;
}
but the link no longer works when I use this code. Thank you in advance.
Hey peanuttario,
I’m not sure what you mean by that, could you try explaining a bit further and share a link to your site please?
Thanks,
Rikard
Never mind! I figured it out. Sorry about that. The display none property ended up working.