Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: SALE badge text colour and sale price colour change

Solved

SALE badge text colour and sale price colour change

Unfurl
Tourist
16 0 1

hiya, i am trying to change the Sale text colour inside the badge on the collection pages, and also the sale price colour. i have been through the threads but none of the codings are working for me.

Unfurl_0-1730346546045.png

 

Accepted Solution (1)
suyash1
Shopify Partner
10168 1255 1596

This is an accepted solution.

@Unfurl - please add this css to the very end of your stylesheet.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> stylesheet.css

 

.sale-item {color: #000000;}
.price-item--sale {color: #000000;}

 

suyash1_0-1730347269883.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 7 (7)

suyash1
Shopify Partner
10168 1255 1596

@Unfurl  can you please share this page link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Unfurl
Tourist
16 0 1
suyash1
Shopify Partner
10168 1255 1596

This is an accepted solution.

@Unfurl - please add this css to the very end of your stylesheet.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> stylesheet.css

 

.sale-item {color: #000000;}
.price-item--sale {color: #000000;}

 

suyash1_0-1730347269883.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Unfurl
Tourist
16 0 1

thankyou so much that worked!

Dan-From-Ryviu
Shopify Partner
10261 2039 2110

Hi @Unfurl 

Could you share your store URL so I can check and give you the code to do that?

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

BSSCommerce-B2B
Shopify Partner
1969 564 566

@Unfurl,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

 

<style>
.sale-item.sale-item--icon {
   color: black!important /* Choose the sale badge text color you want */
}
.product-info-inner .price__sale span {
   color: black!important /* Choose the sale price text color you want */
}
</style>

 

Result:

BSSCommerceB2B_0-1730347329176.png

If it helps you, please like and mark it as the solution.

Best Regards 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

WizzCommerce_Co
Trailblazer
162 26 38

Hi @Unfurl , thank you for posting here!

You can follow the instruction below:
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css->paste the below code at the bottom of the file:

 

.price--on-sale .price-item--regular {
background-color: [the hex code color you want to change];
}
.product-item__badge.product-item__badge--sale {
background-color: [the hex code color you want to change];
}

 

 

After adding the custom CSS, click the "Save" button at the top-right corner of the code editor.
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Skyrocket BFCM with Wizz's apps: BOGO+ Buy X Get Y Free Gift
| Wizz Flash Sale & Price Edit | Snap Price Design Badge & Icon | Snap B2B Wholesale | Snap Product Page Coupon | Snap Presale & Backorder | SnapNoti FOMO Visitor Counter | SnapBundle Volume Discounts
Find more support, feel free to contact: support@wizzcommerce.io
If our suggestion is useful for your problem, please let us know by giving Like and Accept Solution !!!