Display Dropdowns in Sidebar Mobile Menu & Hide The Toggle
This CSS snippet can be added to your site if you want to always display your sidebar mobile menu dropdowns instead of using the toggle affect.
body .sidr-class-dropdown-menu ul { display: block; }
body .sidr-class-dropdown-toggle { display: none; }
Learn how to add custom CSS to your site.