Solved

How to remove sale badge on Testament Theme

zarke29
Excursionist
34 2 8

Hi, does anyone knows quick way to remove sale badge of the product picture in the corner?

sale badge.jpg

Thanks in advance

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @zarke29 

Add the code in the end of your assets/stylesheet.css file.

 

#shopify-section-16068268827c75c4af .sale-item{
  display: none !important;
}

 

 

View solution in original post

Replies 6 (6)

Kinjaldavra
Shopify Partner
2302 570 1422

hello @zarke29 

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

zarke29
Excursionist
34 2 8

It's https://www.littlelilistore.com/ opened no password.

Evgeniy-M
Shopify Partner
44 6 10

Hey @zarke29 .

The fastest way is to hide them using CSS.

 

#product-loop .sale-item.icn {
  display: none;
}

 

Add the code in the end of your assets/stylesheet.css file.

Liquid Ajax Cart — a Javascript library to build Shopify Ajax Carts using plain Liquid templates.
Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @zarke29 

Add the code in the end of your assets/stylesheet.css file.

 

#shopify-section-16068268827c75c4af .sale-item{
  display: none !important;
}

 

 

zarke29
Excursionist
34 2 8

Perfect, it works! Thank you guys for the interest!

shoes-elegancia
Tourist
3 0 1

Thank you dear! Its absolutely safe and working :))