How to change sale badge color to red in refresh theme

You cant change the sale badge color in this theme. Is there anyway to edit the code to make it red?

1 Like

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

@LORDultron Please send me store url.

Hi @LORDultron

Can you share with me the page url?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.badge {
    background: red;
    border: 1px solid transparent;
}