Idea Summary
It would be fantastic to have the ability to apply custom CSS classes to both the Navigation Menu and Navigation Bar, which would then be included in the #COMPONENT_CSS_CLASSES# substitution string within the template.
Use Case
A custom CSS class would enable the declarative injection of visibility classes, empowering users to hide/show menus across various screen sizes.
In my scenario, I utilize the same list in the Navigation Bar for Desktop (hidden-xs-down
), while the Side navigation menu is displayed on Mobile (hidden-sm-up
).
This functionality proves valuable on Public Sites where the Side menu may not be ideal but appears nicely on Mobile devices.
Preferred Solution (Optional)
Add CSS Class in Shared Component > User Interface

and
