Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi auryn,

    I’m not sure I fully understand, but hopefully this CSS will either fix it for you or put you in the right direction.

    Please try adding this in with your other custom CSS:

    /** Remove left border from Contact menu item **/
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li#mega-menu-item-4374 > a.mega-menu-link {
        border-left: 0;
    }

    To find the IDs for your other menu items please see: https://wpsites.net/tools/find-nav-menu-item-i-d/

    Regards,
    Tom

    Thread Starter auryn111

    (@auryn111)

    Hi ! Wonderful, like always !!!!

    Maybe you can help me with the css code I have made, like yours, but with more items :

    /* Retirer les barres entre les menus laisser juste à gauche et à droite */
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li#mega-menu-item-2461 > a.mega-menu-link {
        border-right: 0;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li#mega-menu-item-3313 > a.mega-menu-link {
        border-right: 0;
        border-left: 0;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li#mega-menu-item-3288 > a.mega-menu-link {
        border-right: 0;
        border-left: 0;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li#mega-menu-item-3353 > a.mega-menu-link {
        border-right: 0;
        border-left: 0;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li#mega-menu-item-4374 > a.mega-menu-link {
        border-left: 0;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li#mega-menu-item-4193 > a.mega-menu-link {
        border-right: 0;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li#mega-menu-item-3414 > a.mega-menu-link {
        border-left: 0;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Vertical separator’ is closed to new replies.