What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Remove “save 150” button?

Solved

Remove “save 150” button?

Hartnum
Excursionist
16 0 4

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 

Accepted Solution (1)

namphan
Shopify Partner
2071 276 309

This is an accepted solution.

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;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 3 (3)

namphan
Shopify Partner
2071 276 309

This is an accepted solution.

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;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
Hartnum
Excursionist
16 0 4

thank you it worked!

 

namphan
Shopify Partner
2071 276 309

Hi @Hartnum,

You're welcome and happy to help 😊

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com