Mega menus(sometimes spelled 'megamenus') are a type of expandable menu in which numerous choices are displayed in a two-dimensional dropdown layout.
They are a great design choice for accommodating a large number of options or for revealing lower-level site pages at a glance.
Customizing The Main Mega Menu Image:
For this tutorial, you will need an image that meets the following requirements:
- Format: jpg
- Name: menu-image
- Size: 600 x 600
To adjust the image that is displayed on the right-hand side of the mega menu, navigate to your B2B Direct admin portal.
- Using the menu on the left-hand side click "Library".
- Under "Directories" choose "theme-content"
- Choose menu-image.jpg and delete the image
- Upload your new image, that follows the requirements above.
- Navigate back to the frontend B2B Direct and refresh the page. You may be required to clear your cache.
CustomizingThe Mega Menu Footer
To adjust the footer that is present on the mega menu, navigate to the B2B Direct admin portal.
- Using the menu on the left-hand side, click "Website" > "Pages"
- Click the "menu-footer" page to go into the editor
- Add the UI elements, Save and Publish your draft.
- Navigate back to the frontend of B2B Direct and refresh the page. You may be required to clear your cache.
Do you know HTML & CSS or have a web manager that does?
Sell Theme utilizes...
- BootStrap framework
https://getbootstrap.com/docs/4.1/getting-started/introduction/
FontAwesome & Orion icon libraries
HTML & CSS can be added to the mega menu footer by....
- Adding a Paragraph or similar UI element.
- Clicking the element, then within the editor clicking the Source Code icon
- Pasting in your HTML / CSS
- Save and Publish your draft.
- Navigate back to the frontend of your B2B Direct site and refresh the page. You maybe required to clear your cache.
Sample HTML & CSS for Mega Menu Footer
<div class="row megamenu-services d-none d-lg-flex">
<div class="col-xl-4 col-lg-4 d-flex">
<div class="megamenu-services-item"><svg class="svg-icon megamenu-services-icon"> <use xlink:href="#delivery-time-1"> </use> </svg>
<div>
<h6 class="text-uppercase">QUICK SHIP</h6>
<p class="mb-0 text-muted text-sm">WITHIN 48 HOURS</p>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 d-flex">
<div class="megamenu-services-item"><svg class="svg-icon megamenu-services-icon"> <use xlink:href="#money-1"> </use> </svg>
<div>
<h6 class="text-uppercase">SECURE PAYMENT</h6>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 d-flex">
<div class="megamenu-services-item"><svg class="svg-icon megamenu-services-icon"> <use xlink:href="#earth-globe-1"></use> </svg>
<div>
<h6 class="text-uppercase">ORIGINAL DESIGN</h6>
</div>
</div>
</div>
</div>
Comments
0 comments
Please sign in to leave a comment.