so i want to remove it but i think it is based on my dropshipping app is there a way to remove it?
Hi @meldepoot
You can follow this instruction here:
-
Go to Shopify > Theme > Customize
-
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 :
1 Like