Hi there,
Single product builder is off.
I already use the following code you provided to me to change the font size, weight and decoration:
.single-product p.price del {
font-size: 12px !important;
text-decoration: none !important;
}
.single-product p.price:not(ins) {
font-size: 12px !important;
}
.single-product p.price ins {
font-size: 30px !important;
font-weight: 800;
line-height: 32px;
}
Now I am trying to change the the sale price color, but it doesn’t work by adding color: red; to the code above.
Is there another place to put it?
Thank you!