Hello,
i have made a sub menu, but i want to delete this withe block, when ist mouse over the “Anfrageblatt”
is that possible?
Cheers!
Hey reinsicht,
Thank you for the inquiry.
Are you trying to disable the mega menu container of the last menu item? Please try to use this code in the Quick CSS field to hide the container.
#menu-item-9099 .avia_mega_div {
display: none !important;
}
Best regards,
Ismael
Hello,
its works perfectly, thanks a lot.
Cheers