hello, can someone give me code to change the sale badge text and background color? would be appreciated !
password ( blackfriday22 )
hello, can someone give me code to change the sale badge text and background color? would be appreciated !
password ( blackfriday22 )
Hi @ExoticSouls ,
.card__badge .badge {
background-color: #008000 !important;
border-color: #008000 !important;
color: #ffffff !important;
}
You can change the color code by yourself.
thank you
This worked perfectly. But is there a way to change them individually? My “sold out” badge is the same color as the “on sale” badge. I don’t want customers to be confused or mistake a product for being sold out when it’s simply on sale. Preferably I would like the “on sale” badge to be green, and the “sold out” badge to be red