how can i remove the "previous" price

Solved

how can i remove the "previous" price

meldepoot
Excursionist
24 0 5

so i want to remove it but i think it is based on my dropshipping app is there a way to remove it?

Screenshot 2024-12-08 at 10.06.35.png

Accepted Solution (1)
LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

Hi @meldepoot 

 

You can follow this instruction here:

1. Go to Shopify > Theme > Customize

2. Copy and paste this code on Theme settings > Custom CSS section

 

.card-information .price.price--on-sale .price__sale span:has(s.price-item.price-item--regular) {
    display: none !important;
}

 

Here is the result : 

LizHoang_0-1733808888219.png

 

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 3 (3)

LizHoang
Shopify Partner
1251 159 195

Hi @meldepoot 

 

Can you share with me the Website link to check further on your query? 

 

Thank you

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
meldepoot
Excursionist
24 0 5

here 

LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

Hi @meldepoot 

 

You can follow this instruction here:

1. Go to Shopify > Theme > Customize

2. Copy and paste this code on Theme settings > Custom CSS section

 

.card-information .price.price--on-sale .price__sale span:has(s.price-item.price-item--regular) {
    display: none !important;
}

 

Here is the result : 

LizHoang_0-1733808888219.png

 

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