Hello,
I am currently using broadcast theme with a black background. My price is in black making it invisible and my compare at price is in grey so it is visible.
How can I change my price colour to white?
Thank you!
Hello,
I am currently using broadcast theme with a black background. My price is in black making it invisible and my compare at price is in grey so it is visible.
How can I change my price colour to white?
Thank you!
Please share your store URL.
Your store is password protected. Please provide the password.
hello @Bosselin
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
leatow
thanks for details please add this code
.product__price--sale {color: var(--text-light);}
Hi @Bosselin ,
Please follow the steps:
Step 1: Go to Online store > Themes > Actions > Edit code.
Step 2: Go to Assets > theme.css and paste this at the bottom of the file: https://i.imgur.com/7tm96JA.png
.new-price {
color: #fff !important;
}
Thanks a million!
it’s my pleasure to help us
Hello! I am trying to change my price to be more vibrant for sale in the broadcast theme. I figured out how to change the strike through color but now I can’t figure out how to change actual price color it is so light. See link below.
Hi @Bcamoroso8 ,
You can create a new Question and send me the link. I will check it.
yes please try this code
.product__price--sale{color: #ff0000;}
Thank you this worked!