Site logo

Archived topic

Simple Menu-Fadein / Out?

1 reply · Started by Armin on September 4, 2019

Viewing posts 1–2 of 2

Hi,

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

Thank you very much :-)

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;
}
This archived topic is closed to new replies.