Hi,
I've been changing my header around, altering colours and such like... The only stubborn item is my #navMainCartSummary which is in my stylesheet as this:
I've changed the background to black now where it used to be white. I'm trying to make the text which appears when something is added to cart suit the black background but changing the color: #ffffff; seems to have no effect..PHP Code:#navMainCartSummary {
position: relative; left: 870px; top: 10px;
width: 135px;
height: 70px;
text-align: left;
color: #000000;
}
Can anyone see how to change the font color here?



