How can I modify the sale badge background color in my collection page?

How i change sale badge bacround color in my collection page?

I am usuing Refresh thema

https://www.maiseey.com/collections/all

Hello @zamanhasanov23

I’m here to offer you my support. Please kindly follow the steps below and I’ll do my best to help you along the way:

  1. Go to your Online store > Themes > Edit code
  2. Open your theme.liquid file
  3. Paste the below code before

I hope the above is useful to you.
Best regards,
GemPages Support Team

Unfortunately code not works

Go to your Online store > Themes > Edit code > Assets > base.css, add this code at the bottom

.card__badge . badge { background-colo: #your-color-code !important; }

This code also not work. Collection page badge color not change

My mistake, code issue. Please use this code

.card__badge . badge { background-color: #your-color-code !important; }

I fix it this proble before you “r” words missing but code not work for me.

Why color not change i don’t understood