Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I would like to change the color of the sale badge on the product image from RED to this color: #D1A972
Can some one help me please?
Ciara-Boutique.com
Thank you in advance!
Solved! Go to the solution
This is an accepted solution.
Hi @Rickyxane
Can you please share the link to your shop? I'll help you out with this.
Sure, I can help! 😊
To change the sale badge color to # D1A972, follow these steps:
Go to your Online Store > Themes
Click Customize on your active theme
Click Theme Settings (usually at the bottom left)
Look for Custom CSS or Additional CSS
Paste this code:
If that doesn’t work, the class name might be different depending on your theme. You can inspect the badge using the browser’s inspect tool to find the right class.
Let me know what theme you're using if you're still stuck. I’ll guide you further
Can you please paste the code? Its not in your message.
.sale-badge {
background-color: #D1A972 !important;
This is an accepted solution.
Hi @Rickyxane
Can you please share the link to your shop? I'll help you out with this.
Hello @Rickyxane ,
Add this code
.product-label>span {
background: #D1A972 !important;
}
Regards
Guleria
its alot easier! just go into your theme editor -> settings -> badges and select a scheme.