I searched the forums and found a way to change the text color in the main nav menu to white, but I can’t find where to change the background color to dark purple #63245b.
Here’s a link to the site:
http://desertspringspublishing.com/
Please let me know.
Thanks!
Anyone? I keep checking but have no answers yet. It seems like it should be a simple Quick CSS fix. Please help.
Moving this back to the top for the third time…
#top ul:first-child > li > a {
color: #727272;
}
#top ul:first-child > li > a:hover {
color: #63cbd9;
}
I use this on my site , just change the color values
Thanks, dsgnerfw! I’ll give it a try.
Oops disregard that, i thought you where referring to the links in the nav
Hi,
Please add this on your custom.css or Quick CSS
#header_main_alternate {
background: #63245B;
}
#menu-main-menu {
background: #63245B;
}
Regards,
Ismael
Thanks, Ismael! That did the trick.
Much appreciated!
cranwinks