Q: I want to change the toggle + to be able to expand to the whole menu block. In other words the parent menu item is not a link but a toggle to expand the submenus. How can I do this?
A: please open to edit
app/code/community/WP/CustomMenu/Block/Navigation.php
There is a method drawCustomMenuMobileItem
Please find the code
and replace it with this code
In the method drawMobileMenuItem replace the following code
with this code
This is a guide on how to change the toggle and to be able to expand to the whole menu block in the Custom Menu free Magento Extension.
Custom Menu is an advanced free menu extension with Magento Mobile menu and flexible configuration settings that you could use for any eCommerce store.