So you want Save different to Price in terms of colour?
OK, well you need to be back in the same template, product.tpl
and on the line where you need to add the :
<TR><TD class="ProductPriceConverting" valign="top">{$lng.lbl_save_price}:</TD>
Change
ProductPriceConverting
to something else, I would just put a 1 on the end.
then in your css, duplicate that bit of code, the whole lot for ProductPriceConverting, and on the duplicate put a 1 on the end, just the same. Now you have two different classes and you can change the colour on this second one and it will only affect the Save button.
To change the actual price, change
ProductDetailsTitle in the css file.
|