I’m trying to get the proper CSS to change the default behavior for the submenus in the slideout menu. My client needs the submenus to display by default in the slideout menu, rather than closed by default. Whether the submenus can be clicked close or stay open permanently doesn’t matter. I’m assuming I need to modify a class with {display: block;} but I can’t seem to get to the right selector.
That was my first idea, but my client doesn’t want that approach. If there’s no way to use CSS to achieve the effect, I guess we’ll need to use that method, but if there IS a way to keep the parent-child setup with the submenu open by default, that’s ideal!