Remove “save 150” button?

Hello!

is it possible to remove the “Save 150kr” on the product collection page?

https://fusionwave.dk/collections/mixer-kollektionen-1

I can’t seem to find a button to remove it?

toyo theme

Hi @Hartnum ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.badge.background--sale {
    display: none !important;
}

thank you it worked!

1 Like

Hi @Hartnum ,

You’re welcome and happy to help :blush: