How to Remove Save Tag

Solved

How to Remove Save Tag

emirs
Tourist
5 0 1

Hi all,

 I need help about removing save tag box from product page and all collections pages. Could anyone help me please?

 (Added photos for explaining better) savetag.pngsavetag12.png

Accepted Solution (1)
LizHoang
Shopify Partner
1250 158 196

This is an accepted solution.

Hi Emirs

- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

span.badge.price__badge-sale.color-accent-2 {
    display: none !important; 
}

.card__badge.bottom.left {
    display: none !important;
}

 

Result: 

LizHoang_0-1739022085230.png

LizHoang_1-1739022090955.png

 

Best,
Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 4 (4)

LizHoang
Shopify Partner
1250 158 196

Hi, can you share store URL?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
emirs
Tourist
5 0 1

bilinclianneler.com 

password : 

LizHoang
Shopify Partner
1250 158 196

This is an accepted solution.

Hi Emirs

- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

span.badge.price__badge-sale.color-accent-2 {
    display: none !important; 
}

.card__badge.bottom.left {
    display: none !important;
}

 

Result: 

LizHoang_0-1739022085230.png

LizHoang_1-1739022090955.png

 

Best,
Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
emirs
Tourist
5 0 1

it worked, thank you a lot!