Site logo

Archived topic

Change menu color when starting scroll

3 replies · Started by Roberto on September 9, 2021

Viewing posts 1–4 of 4

Hi good morning.

I have put a transparent menu and I want to darken the background when the scroll starts to make it look good.

I can't find a way to do it.

Any advice ,? please.

Greetings and thank you.

Hi there,

one method is some CSS to change the background when the navigation is sticky:

.main-navigation.is_stuck,
.main-navigation.is_stuck ul li a,
.main-navigation.is_stuck .main-nav ul li.current-menu-item a,
.main-navigation.is_stuck .main-nav ul li:hover a{
    background-color: #dddddd !important;
}

Solved.

THANK YOU SO MUCH.

Glad to be of help!

This archived topic is closed to new replies.