How to change price color on Broadcast theme?

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!

1 Like

@Bosselin

Please share your store URL.

https://www.forthemen.ca/?_cd=3b785a2d05dab4098a52f1d54411331b1848a27334d8e73aaa45e558a56104f5&_uid=74198810796

1 Like

@Bosselin

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.

1 Like

leatow

1 Like

@Bosselin

thanks for details please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
.product__price--sale {color: var(--text-light);}
2 Likes

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!

1 Like

@Bosselin

it’s my pleasure to help us

1 Like

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.

https://www.waverles.com/collections/tribeca/products/top

1 Like

Hi @Bcamoroso8 ,

You can create a new Question and send me the link. I will check it.

1 Like

@Bcamoroso8

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.product__price--sale{color: #ff0000;}
1 Like

Thank you this worked!