Change color on sales badge refresh theme

Hello,

Pretty straight forward.. hopefully someone knows this.
How do I change the color of my sales badge in the refresh theme?

Thanks :slightly_smiling_face:

May I see the store?

1 Like

Hey, I sent you a message :slightly_smiling_face:

1 Like

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!

1 Like

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.

1 Like