Before you ask please READ THIS

Keep Submenu open

Hello,

if i choose a submenu a page opens but the submenu is closing. How can i make the submenu to stay open if i am on the selected menu item in submenu.

Regards
Nikolaos

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    I must admit I thought it would be harder, but it looks like this custom CSS do the trick:

    .current-menu-ancestor > ul,
    .current-menu-parent > ul{
    display: block;
    }
    With kind regards.
  • Hi,

    thank you so much. It was easy, i must confess

    Regards
    Nikolaos
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!