Replies: 0
Hi
I would like the slider to show a different colour for the sale price and the regular price. I can make this work on the product page using the following code:
.price {
font-size: 14pt;
color: #311B92;
text-decoration: none;
font-weight: bolder;
}
.price del {
font-size: 14pt;
color: #333;
font-weight: normal;
}
.price ins {
font-size: 14pt;
color: #ff0000; }
However, this code does not work on the slider’s Custom CSS tab. Please can you let me know how the css should be written for the changes to show on the slider.
Thank you for your help.