thirza
1
Hi can someone help us with the adjustment of our sale prices? We tried some different coding but unfortunately it didn’t work out.
We would like to:
-
move our new price before the sale price.
-
make the new/current price BOLD & in our designated pink color.
Is this possible for blockshop theme? Link to the store: Sale – Rosies | online jewelry
Hi @thirza
You can achieve this by adding this CSS code
You just need to follow these steps:
- Go to the Online Store
- Edit Code
- Find theme.css / base.css
And past that CSS Code:
.product--price-wrapper {
flex-direction: row-reverse;
}
.product--price-wrapper span.product--price {
font-weight: 700;
color: #ffd7d7;
}
I hope this solution works for you!
If it does, please Like It and Mark It As A Solution, or support me by Buying Me A Coffee to keep me going!
thirza
3
Unfortunately didn´t work..
Pasted it into theme.css but no difference