Invent by LiveMesh
Step 1: Go to Appearance > Theme Options > Custom CSS and add the following:
1 2 3 |
#mobile-menu-toggle { display: none !important; } |
Step 2: Go to Appearance > Editor, select menu-primary.php on the right.
Find:
1 |
echo '<nav id="primary-menu" class="dropdown-menu-wrap clearfix">'; |
Replace with:
1 |
echo '<nav>'; |
Step 3: Go to Mega MenuĀ > Menu Themes, select your current menu themeĀ and enter the following in the Custom Styling area:
1 2 3 |
#{$wrap} { padding-top: 30px; } |