Hello,
Pretty straight forward.. hopefully someone knows this.
How do I change the color of my sales badge in the refresh theme?
Thanks ![]()
Hello,
Pretty straight forward.. hopefully someone knows this.
How do I change the color of my sales badge in the refresh theme?
Thanks ![]()
May I see the store?
Hey, I sent you a message ![]()
Hello,
You can adjust the badge color in Refresh theme by adding the below CSS code, at the end of your base.css file.
.badge {
background: red !important;
}
Cheers!
You can add this CSS, change the color with the color you want.
.badge {
background: red;
border-color: red;
}
You can add the CSS in Themes > Action > Edit Code > base.css file or use this app to add CSS. If you need help with anything else, feel free to reach out to us.