Okay
  Public Ticket #2575259
Disable fade-in transition from menu dropdown ?
Closed

Comments

  •  2
    gluon started the conversation

    Hi,

    is it possible do disable fade-in transition from menu dropdown ?

    I'd need to make all dropdown item list of my menu to appear instantly without the small fade in transition .

  •  1,558
    Laborator replied

    Hi there,

    Try adding this CSS to Custom CSS area:

    .standard-menu-container div.menu>ul ul, .standard-menu-container ul.menu ul {
        transition: none;
    }
    .main-header.menu-type-standard-menu .standard-menu-container div.menu>ul ul li a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li a {
        transition: none;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    gluon replied

    It works perfectly.

    Thanks a lot.

  •  1,558
    Laborator replied

    Happy to hear thatsmile.png

    Have a nice day!

    P.S: If you enjoy our theme, you can head over to your Downloads tab and give it 5 stars. We will love you forever.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group