Add the following css in your custom theme or subtheme.
This solves the issue...

Contribution Date
Technology
Contribution Project
Contribution Details

Add the following css in your custom theme or subtheme.
This solves the issue.

.we-mega-menu-ul .we-mega-menu-li.dropdown-menu .we-mega-menu-submenu { visibility: hidden !important; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0 !important; } .we-mega-menu-ul .dropdown-menu:hover>.we-mega-menu-submenu, .we-mega-menu-ul .dropdown-menu:focus>.we-mega-menu-submenu, .we-mega-menu-ul .dropdown-menu:hover>.we-mega-menu-submenu .we-mega-menu-submenu, .we-mega-menu-ul .dropdown-menu:focus>.we-mega-menu-submenu .we-mega-menu-submenu { display: block !important; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1 !important; visibility: visible !important; }
Issue Status
Active
Contribution Author
Files count
0
Patches count
0