I want to make the sale badge smaller and less wide

Hi!

I am using the dawn theme and my website URL is carcleansweden.se. I would like to make the sale badge less wide and a little bit smaller so it doesn’t cover the product at all:

I would hugely appreciate the help!

Hi,

Here are the steps:

  1. Go to the Online Store.

  2. Click Edit code.

  3. Find the assets folder.

  4. Find the file named base.css

  5. Add the code below:

@media (max-width: 749px) {
.badge {
font-size: 1rem;
padding: .4rem 0.9rem .5rem;
}
}
1 Like