Tagged: hide menu
Hallo Kriesi Team,
ich möchte das Submenü (1) des Menüs ausblenden, ohne (2) zu verlieren!
(1) und (2) sind im Bild eingezeichnet.
Danke,
Robert
Hi rfarthofer!
kannst du uns bitte einen Link zu diesen Elementen schicken? wir müssen sie untersuchen um helfen zu können.
Gruß,
Andy
Hallo Andy,
Daten sind anbei …
Hi!
Thank you for the info.
Do you want to hide (1) when you’re viewing the child pages? Please add this in the Quick CSS field:
.active-parent-item.dropdown_ul_available .children {
display: none !important;
}
Best regards,
Ismael
Hello,
this is not what i want!
I want to hide all submenues in the top Menu.
Always …
Hi!
Please add following code to Quick CSS
.av-main-nav > li > ul { display: none !important; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit