Hi Guys,
a customer would like to have a second level in the mega menu.
That works, but the menu can be seen all the time – and then the mega menu looks to mega :D
Does anyone know an easy way to hide the second level? It should only be displayed when the mouse curser going over it. At first I thought it would be nice to find a solution via css. But that didn’t work. Here is my code:
.av-main-nav ul ul:hover + #top .av-main-nav ul ul ul {
opacity: 1!important;
visibility: visible!important;
}
#top .av-main-nav ul ul ul {
opacity: 0;
visibility: hidden;
}
Maybe someone else has an idea? Thaaaanks
Hey rocketsuits,
Sorry for the late reply. What you are looking to achieve might be possible, but it would likely take a long time to implement, and would for that reason be out of scope of theme support.
Best regards,
Rikard