Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Add option to change sale badge colour#6

it’s requested often enough, might be worth a new setting!

5 years ago
H

Would really like this feature, one option of red just isn’t enough, and doesn’t match branding etc

5 years ago

Hi @Hello! We’re working to include this, but in the meantime you can pop in a quick bit of code to your index.css file. Here’s how:

  • Make a backup of your theme (Actions>Duplicate theme)
  • Open up the code editor (Actions>Edit code)
  • Open the Assets folder
  • Open up the index.css file and add this to the bottom of the file:
    .product-item__badge.product-item__badge--sale {
      background-color: blue;
    }
  • Change ‘blue’ there to whatever color you’d like
  • Hit save!

I hope that helps!

5 years ago
Changed the status to
[Deleted status]
5 years ago
Changed the status to
In Progress
5 years ago
Changed the status to
Completed
5 years ago