Okay
  Public Ticket #2075242
Disable effects on sub-menu items
Closed

Comments

  • Cédric started the conversation

    Hello, 

    Is there a way to disable the apparence effect when the sub-menu appears? By default, there is a small effect (from bottom to top) on sub menus items when appearing. See screenshot attached.

    https://ibb.co/QNPVK4g

    Many thanks

  •  8,994
    Tahir replied

    Hey Again,

    Unfortunately those cant be removed as they are  controlled via the JS Menu library .

    Best 


    ThemeNectar Support Team 

  • lee replied

    Try this, worked for me:

    /* ----------- MENU UNDERLINE -----------  */     
    #header-outer[data-lhe="animated_underline"] #top nav >ul >li:not([class*="button_"]) >a:after {
        border-width: 1.5px !important;
        opacity: 0!important;
    }   

    cheers

  • Cédric replied

    Thanks @lee but it doesn't work at all for me. Are you sure the css code you provided is for cancelling the apparence effect on the sub-menu?

    Make no change at all. 

    Any clues?

    Thanks