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?
Thank you in advance!
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?
Thank you in advance!
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.
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.
.sale-badge {
background-color: #D1A972 !important;