Education Mind
Remove Residual Styling
Install the “TC Custom JavaScript” plugin, then go to Appearance > Custom JavaScript and paste in the following:
1 2 3 |
jQuery(document).ready(function( $ ) { $(".mega-menu-wrap").parents(".main-navigation").removeClass("main-navigation"); }); |