How i change sale badge bacround color in my collection page?
I am usuing Refresh thema
How i change sale badge bacround color in my collection page?
I am usuing Refresh thema
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:
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