Skip to content

Overwriting templates for a specific menu

Ola Frankowska edited this page Aug 7, 2023 · 3 revisions

This feature allows you to customize menu templates for a specific menu. To do it, the folder structure should look like this:

Snowdog_Menu
  └─ templates
    └─ menu-id
      │- menu
      │  │- node_type
      │  │  │- category.phtml
      │  │  └─ ...
      │  └─ sub_menu.phtml
      └─ menu.phtml

Replace menu-id with the id of the menu.

Please note that you don't need to overwrite all menu templates. You can overwrite only the ones you want to customize.