When using Offcanvas, child menu items only appear when the parent's caret ">" is clicked. Clicking the parent title text does nothing.
This is not consistent or intuitive as, when using Megamenu mode, the sub menus appear on hover of level 1 menu items.
Can you offer a mod of offcanvas that will ensure clicking on parent menu item TEXT will cause the child items to appear.
I know that :
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
display: block !important;
}
Can be used to display all offcanvas menu items to be shown but this is unsatisfactory on my site.
Hope you can help.
C