Reply To: Active navigation change to a different colors

Home Forums Support Active navigation change to a different colors Reply To: Active navigation change to a different colors

Home Forums Support Active navigation change to a different colors Reply To: Active navigation change to a different colors

#165831
Julia

Hmm, it changes the color, but not in the way I want. I want it to change color when you hover the page link or when you’re on that page. Sorry for my english.

Solved the hover problem with:

.main-navigation .main-nav li.home a:hover {
background-color: yellow; /* or use a hex code to be more specific */
color: #000000; /* this is the text color */
}

but how do I do if I want it to stay yellow, and not darkgrey like the default settings?

Thanks,

Julia