- Issue created by @jfurnas
- 🇮🇳India ashokjey Chennai
Below CSS will fix this issue.
.mobile-main-menu .we-mega-menu-ul.nav-tabs .open > div {
display: none !important;
}
.mobile-main-menu .we-mega-menu-ul.nav-tabs .clicked.open > div {
display: block !important;
} - Assigned to ravi kant
- 🇮🇳India ravi kant Jaipur
I have made a approach to full-fill requirement and created MR!42.