• Resolved jan rodenburg

    (@jan-r-larka)


    I have a Horizontal Menu on Desktop. The submenu is also horizontal.
    Now i want the submenu to be visible when a menu-item from this submenu is current-page.

    How can i do this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter jan rodenburg

    (@jan-r-larka)

    no need for jquery.
    you can just do it in css:

    li.current_page_parent ul.sub-menu {
    opacity: 1;
    transform: translateY( 0 );
    right: -2rem;
    }

Viewing 1 replies (of 1 total)

The topic ‘jquery toggle submenu’ is closed to new replies.