Change menu color

Hello,

I was wondering how to change the menu color? I didnt see the option within the customizer.
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

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

Thanks!
Colorlib Support Team

Thank you that worked. Can you help me with another one? The following code used to change the color of my Woocommerce buttons but it is no longer working. Is there something I need to modify for this to work?
/woocommerce botton color/
.woocommerce input.button{
background-color: red;
color: white;
}

I’d also like to change the size of the header image on the products page (or remove it). How can I do this? I didnt see any of those options within the pages itself.
Thanks,
Matt