how to change color of menu items to a diferent color

currently when i hover over the navigation menu items they turn red, id like to customize that color to a different color.

How can i accomplish this task.

Thanks

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

#primary-menu > li > a:hover, #primary-menu > li > a:focus {
color: green;
}

Thanks!
Colorlib Support Team

i attached the errors i got please take a look

Hi there,
Thanks for keeping in touch.
In this case, could you kindly provide us with temporary admin access to your WordPress Dashboard in a private reply so that I can properly have the code added

You may create a new administrator user within your WordPress Dashboard using your email address. You may then copy the login credentials to us in your reply.

I look forward to your reply.
Best Regards,
Support.

hello, to be more specific i included the change in the screenshot.

when i hover on the link i want it the same color as the logo

and when i hover over the about section, i want the pull down color to not be red and to be the same color.

tHANKS

Please copy paste code from this section, looks like when you copied code it took some characters in css box:

#primary-menu > li > a:hover, #primary-menu > li > a:focus {
color: green;
}

hello,
its still doing the error.

please help, do you want to log in my dashboard?

DAryl

HI

remove all &gt from your screenshot and it will work, this is copy paste problem here and not a code problem when you are copying it extra characters are also copied, :slight_smile:

ok the hover color worked.

how about changing the about drop down from red to something else like Turquoise

Hello there,

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

http://evelisionvision.com/

hey there

Please add this CSS in appearance - customize - additional CSS

.main-navigation ul ul li {
background-color: rgba(158, 158, 158, 0.88) !important;
}

Thanks!
Colorlib Support Team

thanks it looks good

You are welcome :slight_smile:
i will close this case now