Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #660519

    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

    #660554

    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;
    }
    #660700

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide parents in sidebar menu’ is closed to new replies.