HI - just trying to find the CSS to set the menu items - both primary and secondary (top) so that they are solid black #000000 - can you help me with this?
I hope you are having an awesome day and thanks for contacting us regarding your query.
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
header#top nav ul li a { color: #000!important; }
#header-secondary-outer nav > ul > li > a { color: #000!Important; }
HI - just trying to find the CSS to set the menu items - both primary and secondary (top) so that they are solid black #000000 - can you help me with this?
Hi Kevin,
I hope you are having an awesome day and thanks for contacting us regarding your query.
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
header#top nav ul li a {
color: #000!important;
}
#header-secondary-outer nav > ul > li > a {
color: #000!Important;
}
Please let me know if this works :)
Cheers!