
If you use english locale open: lib/Zend/Locale/Data/en.xml
Change this around line 3848:
<symbol>$</symbol>to this:
<symbol><span>$</span></symbol>
Thats it. Now the currency sign is wrapped in <span> tag and you can style it with css.
For example:
.price-box .price span { color:red; font-size:26px; font-weight:bold; }will make it red, big and bold.
Budi
9/22/2012 6:36 AM