I have a product on Special in http://www.irishteatowels.com and this appear on the top right hand side side box but the line is across both the ORIGINAL & REDUCED Price. How can it be removed from the Discount Price ?
I have a product on Special in http://www.irishteatowels.com and this appear on the top right hand side side box but the line is across both the ORIGINAL & REDUCED Price. How can it be removed from the Discount Price ?
Locate this in your stylesheet.css file:
and change it to:Code:.normalprice, .productSpecialPrice, .productSpecialPriceSale { color: #000005; text-decoration: line-through; }
You also need to rename stylesheetORIGINAL.css to something like stylesheet.css.bak so it doesn't load as part of your pages and mess your styling up.Code:.normalprice { color: #000005; text-decoration: line-through; }