how to change menu font color

Hello,
do you know how to change the main menu on the top color?
is via CSS?

Thank you

Hello there,

I hope you are doing well today.

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


/*Header color*/
#header .top-header {
    background-color: red;
}

Best Regards,
Support

thank you, what variable to change the color of the text of the top menu?

Hi there,
Thanks for keeping in touch with us.

My apologies for that, the correct code is shown below:

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

You may change red to the color you’d like to have.

I hope this helps :slight_smile:

Best Regards,
Support

Perfect thanks!

will be useful to have a commercial version of the theme, for extra support or features I think is good to contribute with a fee

Hi there,
Thanks for keeping in touch with us.

Yeah, that would probably be awesome for our developer to consider, but at the moment I think he prefers providing an awesome solution on the free theme market.

All the best.

Best Regards,
Support

I tried this code to change the font color of the top menu from white to black in the Additional CSS section as instructed. But nothing happened.

#header .top-header .header-navigation ul li a{
color:black!Important;
}

Here is the current page in progress. http://blackpuginteractive.com/ I’d like the top right menu font color to be a dark gray or black. I’m fine with the hover color as orange, since that’s the accent color.

Could you please confirm if I have the CSS code above correct?

Thanks!