Hi,
I am looking to change the colour of the sale price in my store.
It is currently showing as red and I would like to change it to a custom colour.
Please can someone help?
Thanks!
Hi @LIG !
Would you mind sharing your store's URL so we can check this?
Got to your Online Store -> Edit -> Edit Code and look for the theme.scss file.
Look for the following: .price-item--sale and you will then be able to change its color there.
Alternatively, you can use this code directly as well in the same file:
.price-item--sale {
color: #E6006D;
}
Let me know if that works for you!
User | Count |
---|---|
396 | |
202 | |
144 | |
46 | |
42 |