How do I change the text color in my Primary Menu

How do I change the text color from white to black in my Primary Menu - the non-hovered color is white which contrasts against background picture. My website is http://www.blulake.net. Thank you.

Hi @blulake,

Use this css code:

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

thanks,

Cristian

Hi,
Thank you for the response - I added that under Customize\Additional CSS and unfortunately that did not change the menu text color.

Hi @blulake,

Try to use a plugin for css:

Thanks,

Cristian

Unfortunately that did not work - could there be some setting that is preventing the CSS changes from talking effect? Can you confirm the setting for me - CUSTOMIZE/ADDITIONAL CSS/Start Fresh - Don’t use the theme’s Original CSS is to be UNCHECKED and Preprocesses is set to NONE??

Hi @blulake,

Give me in a private message acces to your website(admin and password)

Thanks,

Cristian

blulake.net/wp-admin
blulakeadmin
pw=Bridgie6!!!

Hi @blulake,

I managed to change it, you had an error, you put the css with an/* that does not allow the code to work.

Thanks,

Cristian