HI i would like to know how can i change the menu module display
I have created a new menu module. This menu has 2 levels of deep and i want to see all entries without hover efect.
When i configure this module to show all submenu items it display it with hover action (dropdown). It is the html created:
<ul class="nav ">
<li class="item-772 deeper dropdown parent">
<a class="dropdown-toggle" data-toggle="dropdown" href="//">
Contactos de prensa
<b class="caret"></b>
</a>
<ul class="nav-child unstyled small dropdown-menu">
</li>
<li class="item-773 deeper dropdown parent">
..............
Each <li> have “deeper dropdown” and i think it is the problem
Thanks
AJ