Archived topic
Mega Menu GP has problem when selecting click option
3 replies · Started by Cooperativa CERTAJA Desenvolvimento on June 10, 2021
Mega Menu GP has problem when selecting click option (customize/layout/primary menu/Dropdown in navigation).
The megamenu works perfectly if you let the option hover, but if you use click, the menu texts appear.
The expected behavior is that nothing happens when hovering the mouse, only if you click the mega menu will appear.
Tanks!
Hi Certaja,
Try to change this CSS:
https://www.screencast.com/t/mUSUvZnV9wyJ
to this:
nav .main-nav .mega-menu ul.toggled-on .sub-menu {
position: static;
display: block;
opacity: 1;
visibility: visible;
width: 100%;
box-shadow: 0 0 0;
left: 0;
height: auto;
}
Let me know :)
Perfect! Thank you very much!
Taking advantage of the same topic, is there any way to leave the primary and secondary navigation with this independent option?
Today the option to click changes both at the same time.
You are welcome!
For your second question, unfortunately, I don't think there's a way to control the option separately at this moment. :(