
Originally Posted by
kobra
I trieded adding this in my css file but nothing, can any1 tell me what Im doing wrong.
Code:
#cartDefaultHeading {
color: #??????;
}
Code:
/* your shopping cart - Top odd row color */
.rowOdd {
background-color: #000000;
height: 1.5em;
vertical-align: top;
}
/* your shopping cart - Top Even row color */
.rowEven {
background-color: #000000;
height: 1.5em;
vertical-align: top;
}
/* your shopping cart - Top boarder */
TR.tableHeading {
background-color: #000033;
height: 2em;
}
I tried both, but nothing...
Thanks
DigitalGuard