Site logo

[Support request] sub menu open after click…

Home Forums Support [Support request] sub menu open after click…

Home Forums Support sub menu open after click…

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2516729
    Marc

    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

    #2516730
    Marc

    I forget to ad my url site : https://ooblik.com/

    #2517018
    David
    Staff
    Customer Support

    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;
    }
    #2517022
    Marc

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

    #2518219
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.