Shopify themes, liquid, logos, and UX
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.
Solved! Go to the solution
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;}
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;}
thankyou so much that worked!
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.
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:
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
Hi @Unfurl , thank you for posting here!
.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];
}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024