Removing the original site navigation
Out of the box, our mega menu will hide the default BigCommerce menu. This is achieved with CSS when using our "Responsive" design option available on our PageBuilder widget. This means that the menu is still in the source HTML and any links discoverable by search engines.
Removing default menu
You may choose to remove the default menu from your theme template files.
If you choose to remove the original store navigation from your theme, we suggest only removing the list of categories and pages and keeping the currency switcher and account links as our app uses these to popular the mobile menu.
In Cornerstone, this can be found in template/components/common/navigation-menu.html, lines 5-28.
Using a custom hamburger menu
If you also remove or replace the default hamburger menu, you will find the our mobile menu does not show on click. Please read using a custom hamburger menu.