menu color

Hi, how can I change the header menu colors?

Thank you

Hey there

Customization of the template can be done from appearance > customize

Hi Noda,
I’m already customizing the template in appearence -> customize.
Where are the settings for the menu colors?
I only have these settings for the menu (see attachment).

Thank you

Hello,

I hope you are doing well today.

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


/*Header menu font colors*/
#header .top-header .header-navigation ul li a {
    color: red;
}

Best Regards,
Support

Thank you, now it’s perfect.
Just one more question. What css I’ve to add if I want the menu to have a different color in the blog posts?

Thank you!!

Good evening

try this code
/Header menu font colors for blog/
.blog #header .top-header .header-navigation ul li a {
color: red;
}