I am currently trying to update an existing RefineryCMS app from gem version so I can be up to date add bootstrap 3 at the same time.
gem "refinerycms", "~> 2.0.10"
to
gem "refinerycms", "~> 2.1.0"
After removing outdated blocks and deleting a couple overridden views from the site's past I have got the site successfully functioning again with its current database's content.
Now that Refinery has switched over to the Menu Presenter in exchange of the old partials. How can I add, remove and edit the classes of all elements within the new Menu Presenter system?
I would like to have control of the surrounding div's to the most inner <"li"> an <"a"> children elements.
I have been looking at the http://refinerycms.com/guides/menu-presenter guide. I think I understand this guide as a way of adding a secondary menu to the footer of your footer declared pages. So only specific pages that are not in the existing menu at the top will populate the menu explained in the example.
I apologize for my lack of understanding, but I am having a hard time using this example to answer my question above about Refinery's initial main menu's classes.