RJ13
June 1, 2023, 4:30pm
1
Hello! I was wondering if someone could help me out here. I want to change my product sale price to blue, and leave my normal price as black, but when I change the price it keeps them both the same.
I’m using the theme impulse and my link is https://www.breezeboxshop.com/products/breezebox-air-cooler
Thank you!
Hi @RJ13
Please follow the instructions below
From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
Go to Asset folder and open the theme.css file
At very end of the code, add the code below
NOTE: Change the blue to the color you want
span.product__price.product__price--compare {
color: blue;
}
Result:
RJ13
June 1, 2023, 4:52pm
3
May I ask another question as well? How do I change this to “$30 Off” instead of “Save $30”?
Also can I put a tag that looks like this around it?
If so I would appreciate it, thanks!
Hi @RJ13
To do this in the right way, we need to add HTML and liquid code to your code. I would suggest hiring one to do this for you
RJ13
June 1, 2023, 5:22pm
5
how much would you charge for that my good sir?