You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,22 +24,29 @@ For configuration and more details you can visit [wiki](https://github.com/scand
24
24
25
25
## Example on how-to add menu to the Magento store
26
26
27
-
You will need to update your theme’s default.xml in order to replace the main navigation with the newly created menu. In default.xml please add the following (replace “identifier” parameter with your Menu Identifier):
27
+
By default layout update is done in the module's view/frontend/layout/default.xml.
28
+
29
+
If you want to customize it in the theme you are using:
30
+
31
+
- you will need to update your theme’s default.xml in order to replace the main navigation with the newly created menu;
32
+
- in default.xml please add the following (replace “identifier” parameter with your Menu Identifier):
28
33
29
34
So for example, if your Menu Identifier is 'cool-menu':
0 commit comments