I cant seem to figure this one out.
My new Products link on my site
www.nothingbutcostumes.com
Is yellow or white, where you cant see it.
I am trying to make it blue like the rest of the site.
Where can i change this??
I cant seem to figure this one out.
My new Products link on my site
www.nothingbutcostumes.com
Is yellow or white, where you cant see it.
I am trying to make it blue like the rest of the site.
Where can i change this??
around line 673 of your stylesheetchange the FFFF33 to whatever color you want.h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
color:#FFFF33;
text-decoration:none;
}
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Thank You Very Much!
Actually...
Its not that one... Well sorta...
Its the one that AFTER you click on it, It stays that way.
Then I cant see it anymore....
Whats the area for that???
" h3.leftBoxHeading a:visited, h3.rightBoxHeading a:visited " is the pseudo-class you are referring to. Edit that one and see what happens.
Whew! Thats it! Thanks.