Awaken
This guide is for the free Awaken theme by ThemezHut (not the theme found on CodeCanyon with the same name).
Fix Mobile Menu
Go to Appearance > Customize > Site Styling > Custom CSS and add the following:
1 2 3 4 5 6 7 8 |
.mega-menu-main-navigation .main-navigation, .mega-menu-top-navigation .top-navigation { display: block !important; } .mega-menu-main-navigation #main-nav-button, .mega-menu-top-navigation #top-nav-button { display: none !important; } |