Quickest Way to Change Magento 2 Menu Default – Magento 2 Mega Menu – Landofcoder

In this Blog, we will show you “The Quickest Way to Change Magento 2 Menu Default” – one of our wonderful series of Magento 2 Mega Menu – Landofcoder

Please 3 following steps:

  • Create File
  • Add Code .XML
  • Clear Cache

1. Create File :

app/design/THEME_VENDOR/THEME/Ves_Megamenu/layout/default.xml

2. Add Code .XML :

Add these below code into your file content & Change YOUR_MENU_ALIAS_HERE to a menu alias that you want to show

<?xml version=”1.0″?>
<page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”>
<body>
<referenceBlock name=”store.menu”>
<block class=”Ves\Megamenu\Block\Menu” name=”catalog.topnav” template=”Ves_Megamenu::topmenu.phtml” ttl=”3600″>
<arguments>
<argument name=”alias” xsi:type=”string”>YOUR_MENU_ALIAS_HERE</argument>
</arguments>
</block>
</referenceBlock>
</body>
</page>

When you’ve done this, you can clear cache:

3. Clear Cache when Completely Change Magento 2 Menu Default.

Then Clear Cache: System -> Cache Management -> Select All -> Submit

Congratulation! You’ve completely “Change The Default Menu Magento 2 Quickly”.

Magento 2 Mega Menu Tutorials

Some other extensions you maybe interested in

Related Posts

Nhu Quynh

Recent Posts

How the eBay Cassini Algorithm Evaluates Listing Quality in 2026?

Is your eBay growth strategy aligned with how Cassini evaluates performance, or based on assumed…

3 days ago

eCommerce Branding: Why It Matters More Than Ever for Growing Brands Today

Growing a company today is much harder than most executives expect, especially when it comes…

4 days ago

How to Prevent Stockouts in Webstore: Proven Inventory Management Tips

Prevent stockouts in webstore operations should be a top priority for any online business. If…

4 days ago

Shipping Rules That Reduce Support Tickets: Table Rate Shipping Setup Plus Proactive Delivery SMS Updates

Every ecommerce marketer knows the frustration: your inbox floods with "Where is my order?" messages…

2 weeks ago

5 Powerful Enterprise Software Development Companies in NYC You Should Know (2026)

When enterprise-scale projects demand flawless execution, the margin for error disappears. New York's business landscape…

2 weeks ago

10 Best API Integration Companies in the U.K. for Scalable Business Growth

In today’s digital-first economy, businesses rely heavily on seamless system connectivity to stay competitive. APIs…

2 weeks ago