How can I alter the sale badge color on my collections page?

Hi, I am trying to change the sale badge colour from red to gold on my store. Already it is gold on the product page but the collections page is showing it in red. Can someone please assist?

https://tamikanatashaelegancebtq.com/collections/sale-and-clearance

Hello @Truth101 ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code below:

.card__badge.bottom.left .badge.badge--bottom-left.color-accent-2 {
    background-color: rgb(232, 213, 149) !important;
    border-color: rgb(232, 213, 149) !important;
}

Thanks

Unfortunately, it did not work. None of the codes I try work in base.css file

Hi @Truth101

This is David at SalesHunterThemes.

Just checked and found that, some custom css code, that you added into the file base.css change the sale badge to red.
In this case you can follow this image and remove the code in file base.css

1 Like

Thank you very much.