Solved

Changing price colour on broadcast theme

Bosselin
Tourist
9 0 7

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!

Accepted Solutions (2)
KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@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);}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

LitExtension
Shopify Partner
4860 1001 1133

This is an accepted solution.

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;

}

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Replies 13 (13)

dmwwebartisan
Shopify Partner
12282 2546 3694

@Bosselin 

Please share your store URL.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
dmwwebartisan
Shopify Partner
12282 2546 3694

@Bosselin 

Your store is password protected. Please provide the password.

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Kinjaldavra
Shopify Partner
2302 570 1422

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.

Bosselin
Tourist
9 0 7

leatow

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@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);}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Bosselin
Tourist
9 0 7

Thanks a million!

KetanKumar
Shopify Partner
36839 3635 11972

@Bosselin 

it's my pleasure to help us

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

LitExtension
Shopify Partner
4860 1001 1133

This is an accepted solution.

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;

}

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Bcamoroso8
Tourist
5 0 1

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

LitExtension
Shopify Partner
4860 1001 1133

Hi @Bcamoroso8,

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

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
KetanKumar
Shopify Partner
36839 3635 11972

@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;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Bcamoroso8
Tourist
5 0 1

Thank you this worked!