Please Help

I am unable to find where I can change the text color of the “CONTINUE SHOPPING” and “CHECKOUT” buttons on my “Cart Content” page.



I’m using CS-Cart ver. 2.0.4



I found the color setting for all other buttons in the stylesheet (styles.css)

The CSS that defines the font color for those two buttons also controls others (ie. “Update”). Look at line 108 of /skins/basic/customer/styles.css:

/* Buttons */
.button a, .button-action a, .button-submit-action input, .button-submit input, .button-submit-big input {
color: #ffffff;
background-color: #13b3e7;
font: bold 12px Tahoma;
padding: 2px 8px 3px 8px;
}


Glen

That is what I thought when I saw it. However, this color setting changes all but these two buttons (i.e. “Continue Shopping” and “Checkout”).