PDA

View Full Version : Your Shopping Cart


visionarytees
10-28-2007, 10:24 AM
I've run into an issue that I haven't been able to fix. I've also noticed this on another store with a dark background. See the red arrow.

The text on my page is set to white, but there's this white background in the little "Your Shopping Cart" section that I just can't seem to get rid of. Which means you can't see the "Estimated Total" line.

Any help would be appreciated, thanks!

http://www.leannjensen.com/stuff/VT-shoppingcart.jpg

PF_Gavin
10-28-2007, 03:06 PM
Put this CSS in:

.buyBoxTable div {background: #000 !important}

Cheers,

Gavin

visionarytees
10-29-2007, 07:01 PM
That did the trick, thank you!