I am unable see my specials with old prices with strike through and the new one with red text.
I finally get the red colour over the new special prices by adding to the CSS
I can see same CSS has also following line but not doing it. Because when I inspect that element it shows aCode:.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount { color: #ff0000; }
Naturally I do not want ALL my "normalprice" crossed out. Only when they are on special.Code:<span class="normalprice">
Can anyone please suggest a solution?Code:.productSpecialPriceSale { text-decoration:line-through; }


Reply With Quote

