there are three changes you have to make .
first one .
look for the following code in your stylesheet_custom.css
.cartNewItem {
color:black;
position:relative;
}
add the code in red to this rule .
2:
.cartOldItem {
color:black;
position:relative;
}
add the code in red to this rule as well.
3:
in same style sheet . look for the follwoing .
.cartBoxTotal
color:black;
font-weight:bold;
text-align:right;
}
again add the code in red to the rule . .
you can use any color name , or you can use code like #0000
This regard this modification..



