Hi Enfold Team,
if you have a look at best-of-kenya.com you will see that in the main menu there is a pull down effect as soon as I move the mouse over a menu
point. I want to avoid this pull down – how can I do this.
Note: I want to keep the menu hirachy in the backend, because its nessesary to show the daughter pages in the mobile menu
Thanks in advance
Markus
Hey MarkusLange!
try this in Quick CSS field:
.av-main-nav > li > ul {
display: none;
}
Cheers!
Andy