Hi, I would like to ask whether it is possible to have price tag in any color, moreover with % discount? Thanks a lot ![]()
Hi @fokzerino
Yes, You can change the color of the font by code. Would you mind to share your Store URL website? with password if its unpublish. Thanks!
here it is: www.wiriee.com
Thanks for the infor,
Do you mean like this?
If it is try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.product__price {color: blue;}
- And Save.
- Note: you can change the color whatever color you like. Just be careful dont delete another letter or sign.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Awesome! What about % sale?
The sale price is also change. Do you like to change it different color with original price?
No, I mean to add -50% with price


