I want to change the menu items in the Header Secondary Menu area to BLUE
How can I do this?
Is it possible to do this from the Menus Screen > CSS Classes (optional)??
Hey Mike,
Please provide a link to the site so we can look into this further.
Best regards,
Jordan Shannon
Here’s the link in the private section
Hi,
So you are wanting the dropdowns background blue instead of white?
Best regards,
Jordan Shannon
Actually no, at the very top of our menu, the secondary section, all I want is the text to appear blue
Hi,
Add the following to quick css:
#header_meta span, span a, a{
color:blue !important;
}
Let me know if this works for you.
Best regards,
Jordan Shannon
Well I added that in, and purged all caches and it did not seem to do the trick.
Anything else we can try?