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
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!
Hi @Hartnum ,
You’re welcome and happy to help