OliveStudio / olivemenus

A powerful menus plugin for Craft CMS built for the need of simplicity and flexibility
MIT License
40 stars 22 forks source link

Dafault menu wrapper class 'menu' has been removed #11

Closed enriconardo closed 6 years ago

enriconardo commented 7 years ago

If you use CSS Frameworks like Bootstrap or Foundation, the menu class of the menu wrapper element is already in use by the frameworks. I think whatever class you need, you can manually add it through the snippet: e.g: {{ craft.olivemenus.getMenuHTML('mainMenu', { 'menu-id': 'main-menu', 'menu-class': 'menu menu-centered' }) }}