I want help related to the menu of my website. This is the website which is under development – https://theboobooclub.coming-soon.site/
Now if you click on hamburger menu, there are main menu items such as “New born”, “Toddler”, “Kids”. What I want is, if I click on these main menu items, their submenus should expand.
If I click on “New born”, it should show its sub items which is “Shop by category” and “Shop by age”. Now again if I click on “Shop by category”, it should display the sub menu items.
As of now, If I click on new born, it’s opening the main menu link directly which I don’t want to happen.
Basically If a menu item has a child item, upon clicking on the men item it should expend and show the child elements. If a menu doesn’t have child items in it or sub menu items, then it’ll directly open the link.
Anyway to implement this functionality.