Advanced Mega Menu Manager for Magento 2

Customize your front menu

The menu itself and every type of nodes have their own templates for the front view. If you want to customize it you need to create new templates for your menu. To achieve that, you have to create your template in this location:

Blackbird/MenuManager/view/frontend/templates/menu/view//nodetype/.phtml

Make sure to create template the same way they are in the folder:

Blackbird/MenuManager/view/frontend/templates/menu/view/default/nodetype/.phtml

Important : The names of the templates have to be either : category, cms_block, cms_page, customfield, group, product or content (if you have ACM2). Before creating your own templates, make sure to look the default ones in order to create your own properly. By default, the templates are in the default folder instead of the folder named after your menu identifier.