Hide Mega Menu Column Title in Mobile Menu
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
#mobile-menu ul >li > ul.sub-menu> li.menu-item-has-children> a { display: none; } #mobile-menu ul >li > ul> li> a ~ul { display: inline-block !important; }
Cheers