With the navigation in the side-header, i would like to keep the children of a top-level menu item with class="current" open so users with mobility issues can easily navigate without having to mouse over and have the navigation items slide up and down when in a section. I would like the same to remain true in the mobile layout. So, basically, i want a primary-menu list item to behave like it does in the hover state whenever it has the current class.
Please advise.
Thanks
Keep side-header primary-menu current item's children open
2 replies · opened Mar 21, 2018
BbreeMar 21, 2018
SSemicolon WebSTAFFMar 27, 2018
Hello,
This is Definitely Possible! Simply consider using the following code:
#primary-menu li.current > ul { display: block !important; }This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
BbreeApr 4, 2018
thanks!
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard