Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
so i want to remove it but i think it is based on my dropshipping app is there a way to remove it?
Solved! Go to the solution
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 :
Hi @meldepoot
Can you share with me the Website link to check further on your query?
Thank you
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 :