Hi Support!
I already opened a post in this issue (#638978) and you gave me a great CSS trick that fixed my “problem” (#640088).
I don’t know what I did, but the display of parents items came back…
Could you please help me with this?
Thanks!!!
Antoine
Hi support,
After trying many CSS combinations I finally found a way to have it work :)
It’s probably not very “clean”, but it works.
Thanks,
Antoine
ul.children li:before {
display:none !important;
}
.nested_nav .page_item_has_children > a {
display: none !important;
}
ul.nested_nav > li {
display: none;
}
ul.nested_nav li.current_page_ancestor {
display: block;
}
Hi Antoine,
Glad to hear you have found a solution! Feel free to reach out to us again on the forum if you need anything else.
Best regards,
Jordan