hello, ive two submenu items which i want them to hide if not activated.
but how to do this?
Hey jelle,
What do you mean by “not activated”?
If you added them to the menu, they will be shown.
Best regards,
Victoria
i mean: i dont want to see them untill i click on the main menu item and only than they show in a dropdown menu.
so, i want to hide the submenu items. only than view them if i click on the main menu item.
in quick css i can put in:
.sub-menu {
display: none !important;
}
but than they NEVER show. i want them to show if i click on the main item and than they drop down.
Hi yampieters,
You could try this setting here
https://cl.ly/1Z1y000Z1X3M
but I’m not sure, there is such an option for this kind of menu layout.
Best regards,
Victoria