Site logo

Archived topic

sub menu open after click...

4 replies · Started by Marc on February 1, 2023

Viewing posts 1–5 of 5

Hi there,

try adding this CSS:

.main-navigation ul li.current-menu-parent > ul {
    display: block !important;
    position: static !important;
    height: auto;
    opacity: 1;
    visibility: visible;
}

.main-navigation ul li.current-menu-parent > a > .dropdown-menu-toggle {
    display: none;
}

hi David, great, it's working perfcectly ! thank's for your help and have a nice day

Glad to hear that!

This archived topic is closed to new replies.