Hello, hope you are well.
I have changed colours for price inn XSTORE > Theme Options > Woocommerce (Shop) > Single Product builder > Price
For some reason when trying to change the SALE Price (crossed out price here https://prnt.sc/xBGccnjmJ7Js) it changes the price for normal price as well (supposed to only be for sale price – here https://prnt.sc/zI0qEktxfVU-)
Please note, i have changed the prices on product archive page via css from an older xstore post I found and can confirm that same css doesn’t work for single product.
Thanks
span.price del span.woocommerce-Price-amount.amount {
color: red !important;
text-decoration: line-through;
}
span.price span.woocommerce-Price-amount.amount {
color: green !important;
font-weight: 400;
}
span.price ins span.woocommerce-Price-amount.amount {
color: green !important;
font-weight: 600;
}