I cannot find where to change the font color in the header of the Shopping Cart Sidebox. I'd like for it to be white like the other ones. I know I'm missing something simple. Thank you for your help.
www.themaplebarn.com/shop
I cannot find where to change the font color in the header of the Shopping Cart Sidebox. I'd like for it to be white like the other ones. I know I'm missing something simple. Thank you for your help.
www.themaplebarn.com/shop
Most of the sidebox headers are <h3> headers. However, the shopping cart header is also a link, so it picks up styling applicable to both <h3>s and links. Furthermore, since the link is inside the header, link styling willtend to be considered more relevant and take priority.Originally Posted by mhebby
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Mhebby,
Try this on your_custom stylesheet.css
h3.rightBoxHeading a {
color: #ffff00;}
If you want the same effect on the left side change right to left..
Change the color code to whatever you want..
Mark
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
I tried it but couldn't get it to work... thanks for the tip though.
Did you try it as suggested by haredo which was in the right direction but not quite right for what you needed, or did you find this piece of stylingand change the bit marked in red to #FFFFFFh3.leftBoxHeading a:hover {
color: #E6B426;
text-decoration: none;
}
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)