Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / I need different sidebox heading colors

I need different sidebox heading colors

Locked

Views: 1,054

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
8 Mar 2007, 8:16 PM
#1
anduril3019 avatar

anduril3019

New Zenner

Join Date:
Dec 2006
Posts:
42
Plugin Contributions:
0

I need different sidebox heading colors

How can I change the Shopping Cart side box heading to be a different color from the categories sidebox heading? This is probably pretty basic I realize, but I can't seem to fgure it out.

This is formatting the heading color:

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
color: #666600;
}

And I was able to add this to change from bold to normal, but this isn't affecting the color:

#shoppingcartHeading {
font-weight: normal;
color: #660000;
}

I also want to change the background color and border of just theshopping cart sidebox.

Site: blackbirdandcompany.com

attached is the full stylesheet:

Thanks in advance.