Creating Menu
Menu takes an important part in the webpage. WordPress allows us to include pages, posts, custom links and categories to the menu. Additionally, this theme allows you to create a One Page menu & Mega menu to show your website contents more efficiently.
Mega Menu Creation
To build a Mega menu, just create a normal(usual) menu as you done for basic menu setup. Once you have created the basic menu, follow the below steps.
Go to Top Right at Appearance/Menus and check the CSS Classes checkbox under Show advanced menu properties.
Now, add class name megamenu under parent menu item’s css classes.
Then add class name col-md-2/col-md-3/col-md-4/col-md-6 in all immediate child menu item’s css classes.
Step 1 – Go to Appearance/Menus.
Step 2 – Create New Menu and add the Page/Custom Links from the left side panel.
Step 3 – Choose your Menu Location at the bottom for ex. Primary Menu.
Step 4 – Click Save Menu.
A short video tutorial to create a Mega menu
One Page Menu Creation
Mandatory – You should have created a page and page must contain rows with IDs. You can find detailed instructions to create a page HERE
To create a One Page menu, follow the below steps.
Step 1 – Go to Appearance/Menus and create a new menu.
Step 2 – Now, add Custom Links from the left side panel with your desired page’s link (for ex. http://yoursite.com/).
Step 3 – Then add your desired row’s ID with # prefix(for ex. #about) next to the page’s link which belongs to the corresponding page. Here is the example of complete menu item’s link – http://yoursite.com/#about
Step 4 – To create an another menu item, repeat the step 2 & step 3.
A short video tutorial to create a One Page menu