Hi there,
I am trying to make the shopping cart heading text a different color from the rest of the sidebox titles. You can see the site at www.chrissyslane.com. The heading text is currently white like the other right sideboxes, but I want it to be a darker color. I currently have this in my stylesheet:
That code worked perfectly to change the background color and add a border, but I just can't seem to get the heading text to change. I've played around with the code for awhile and I just can't figure it out. If anyone can point me in the right direction I would really appreciate it!#shoppingcart.rightBoxContainer {
background-color: #eedac1;
border: 1px solid #000000;
}
#shoppingcartHeading {
background-color: #eedac1;
color: #705739;
}
#shoppingcartContent {
background-color: #eedac1;
color: #705739;
}
TIA!



