Change menu style of main menu - change color of hover

How do I change the hover color of the main menu. I would like the menu to show as black on hover or a differnt color than yellow (yellow is the default).

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSSĀ in appearance - customize - additional CSS

#header .top-header .header-navigation ul li:hover a {
color: #44433f;
text-decoration: none;
}

Thanks!
Colorlib Support Team