Reply To: Change text color and hover color in nav bar?

Home Forums Support Change text color and hover color in nav bar? Reply To: Change text color and hover color in nav bar?

Home Forums Support Change text color and hover color in nav bar? Reply To: Change text color and hover color in nav bar?

#165830
Julia

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 the other problem unfortunately still remains.