Skip to content

Overwriting templates for a specific menu

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

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

Snowdog_Menu
  └─ templates
    └─ {menu_identifier}
      │- menu
      │  │- node_type
      │  │  │- category.phtml
      │  │  └─ ...
      │  └─ sub_menu.phtml
      └─ menu.phtml
  • {menu_identifier}: the identifier that you enter when you create a menu in admin.

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