Menu items dont highlight when hovering

Hi team colorlib :slight_smile:

I have adjusted the CSS for the primary menu with

.main-navigation .menu li a {
color: #666 !important;
text-transform:initial;
font-size:14px;
font-family: Raleway;
}

However, now when i hover over any of the menu items they do not change color anymore (i.e. “Link Hover Color” is not displayed). Do you know how I can reinstate the Link Hover Color, so that it is displayed like on your website (see screenshot).

Thanks a lot,
Jens

Hi there
Hope you are having a good day and thank you for your question :slight_smile:
In order to check your question i need to see your live website, please provide url and i will take a look

Hi,

I am responding in private mode as the website is still under construction and featuring some content for which we still require permission: https://themoralimperative.org/

Please let me know what you have had a look so I can enable the “coming soon” mode again.

Best,
Jens

Hey there

Please try this code:

.main-navigation .menu li a:hover {
color: red !important;
}