
06-15-2012, 11:21 AM
|
 |
Senior Member
|
|
Join Date: Feb 2012
Posts: 2,071
|
|
To change to color of the total cost, please add following code in the end of your custom theme:
Code:
div.ecwid-productBrowser-cart-totalAmount {
color: NNNNNN;
}
where NNNNNN is the code of the desired color. Save the changes.
|