Question : Zen cart NavMainLink color change

Hi, On this site:

http:// www dot the dessert lovers dot com

The NavMainLink div is in the upper red band. The font is taking the site-wide anchor color. I want to change the color of NavMainLink to white, but for obvious reasons I don't want all links to be white.

Thanks, Using Zen cart.

Answer : Zen cart NavMainLink color change

Add the following CSS:

#navMainLinks a
{
color: White;
}

If something else is assigning a CSS color do:
#navMainLinks a
{
color: White !important;
}
Random Solutions  
 
programming4us programming4us