Hi @thisiserinkitch,
I hope you are well today and thank you for your question.
You can change its color by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Additional CSS
#header .top-header .header-navigation ul li a {
color: #e6e4e4;
}
You can change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Best regards,
Vinod Dalvi
Thanks for this. Worked perfectly:)
EK
You are most welcome here 🙂