Creating A Custom Left Navigation Menu
*Please note: It is recommended not to hide the left navigation until you have created the custom menu. Once it is created then you can hide the left menu and enable the custom menu
This is the CSS code given in the video.
#sidebar .nav.nav-sidebar:first-child {
display:none;
}
1. In the admin panel select "Storefront CMS"
2. Then select "CMS Features" and then select "Navigation Menus"
3. Scroll to the bottom of the page and click "Insert New Navigation Menu"
4. You will fill in the following information
- Label - The name that will display in the storefront
- Menu Type - If you want this menu to display in the top navigation menu or side navigation menu

5. Save
To create a submenu page. You will click "Sub-Menu Items" and then follow steps 1-4 again.