atwhp 2007-01-11 17:23 | Why this is not working properly at the orders_delivery page. Any suggestions? I just like to change the summaryCost font a little bit bigger.
orders_delivery.tpl <th id="summaryCost">$aList[fSummary]</th>
css file: #summaryCost {color:red;font-size:16px;}
Btw thanks for great cart app;)
|
atwhp 2007-01-11 21:29 | ok i got it. <th id="summaryCost" style="color:red;font-size:16px;">$aList[fSummary]</th> Thats working right. |