I decided to use Max Mega Menu with the BETheme. An issue arose producing two mobile menus - the one that came with the theme and the Max Mega Menu. To eliminate the redundancy, I located the mobile menu for the theme and set display to "none" as follows.
Go to> Appearance>BETheme Options> Custom CSS & JS
Paste the following code:
#Top_bar a.responsive-menu-toggle {
display: none;
}
To view the results, go to> Appearance> Customize>
At the bottom of the menu (next to 'Collapse") click on the "mobile device view" icon. The BETheme menu is gone.
Comments