Change text color of the menu

Hello
How I can change the text color of the menu ?

Hello,

I hope you are doing well today.

You can use the following CSS code to change the menu color by going to Appearance > Customize > Additional CSS and pasting it there.


#header .top-header .header-navigation ul li a {
    color: red;
}

Best Regards,
Support

Thank you

I will close this case now, Feel free to contact us again if you have other questions
Thanks!