This topic has 3 replies, 2 voices, and was last updated 12 months ago ago by chrisbond
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!
Hello, Chrisbond,
Thank you for contacting us and for using XStore.
Please change .single-product p.price ins
to .single-product .price ins .amount
Kind Regards,
8theme team
Works great!
Thank you!
The issue related to '‘Single product sale price color changing’' has been successfully resolved, and the topic is now closed for further responses