Replies: 0
Hey,
I have the following issue:
I´m using the vertical menu in ocean wp. I wanted the submenu to stay open once you browse one of its pages. To achieve that, I used this CSS:
#site-header.vertical-header #site-navigation-wrap .dropdown-menu > li.current-menu-parent .sub-menu { display: block !important; }
However, once you browse a page in a submenu, you are not able to close the submenu (on the left site). When you try to do so by clicking the “+”, it bugs.
Can anyone help me modify the CSS to solve this?
Many thanks!