Hi. Could someone please help me with changing the color of the “Sale” from black to red and also updating the font for the “Sale” text? Thank you!
My website is Last Chance – My Store (76efa0-54.myshopify.com)
Hi. Could someone please help me with changing the color of the “Sale” from black to red and also updating the font for the “Sale” text? Thank you!
My website is Last Chance – My Store (76efa0-54.myshopify.com)
Hi @BLola ,
.card__badge .badge {
background-color: #dc143c;
}
Result:-
If you are facing any issues with the code editing process, please click on our profile send us a direct message, and share the collaborator store access. So we can check it and fix the issue ASAP.
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regards,
Sweans
Hi @BLola ,
Please add the below css in your theme stylesheet.
.badge.price__badge-sale {
background-color: #dc143c;
}
Result:-
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regards,
Sweans
Hi @BLola ,
We couldn’t see the ‘Sold out’ badge. Could you please share the product category link? So we can check it and let you know the solution.
Regards,
Sweans
Here is the link: Earrings – BUSYLOLA Thanks!
Hi @BLola ,
Could you please add the below CSS in the theme stylesheet.
.card__badge .badge, .badge.price__badge-sale {
background-color: #dc143c;
color: #fff;
}
Regards,
Sweans