[Support request] Simple Menu-Fadein / Out?

Home Forums Support [Support request] Simple Menu-Fadein / Out?

Home Forums Support Simple Menu-Fadein / Out?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1000621
    Armin

    Hi,

    how can I set a “Transparent <-> Color” on mouse-over / mouse-left fading effect for the menu items?

    Thank you very much 🙂

    #1000707
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .main-navigation .main-nav ul li>a,
    .main-navigation .main-nav ul li:hover>a {
        transition: background-color 0.3s ease-in;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.