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

Automated vs Manual Mobile App Testing: The Ultimate Guide to Choosing the Best in 2025

Automated vs Manual Mobile App Testing is a crucial consideration for businesses aiming to deliver…

4 days ago

How AI Chatbot Companies Are Revolutionizing Global Customer Support Experiences in 2025

The way customers receive support now is much different from how it used to be.…

4 days ago

Service Efficiency in Retail Stores: 8 Powerful Ways to Boost It Today

Running a retail store in a competitive market like the Philippines can be challenging. With…

4 days ago

7 Smart Ways to Avoid Online Purchase Scams in 2025

Online shopping has made life more convenient. Not only has it eliminated the need to…

5 days ago

Transcripts That Power Better Customer Support in 2025

Customer service is a critical issue that needs serious consideration. It's work that requires patience,…

1 week ago

8 Powerful Reasons Why Custom Website Development Matters for Your Business

Custom Website Development is essential in today’s digital-first world. Think of your website as your…

1 week ago