Archived topic
sub menu open after click...
4 replies · Started by Marc on February 1, 2023
Viewing posts 1–5 of 5
hello, I try to keep my sub-menu open when we click on it, but without success...
I read this : https://generatepress.com/forums/topic/keep-sub-menu-open/
but it's not working, I don't know what I mess...thank's for your help
I forget to ad my url site : https://ooblik.com/
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.