All of my items that were imported from my print on demand supplier has a sale tag on them with a price crossed out. I did not set up any discounts so I am unsure why this is happening and it is misleading as i do have a discount set up yet. HELP!!
Hi @lizzarm ,
Please share your store URL and if your store is password protected then please provide password too.
You can take a picture of the place you want to edit.
So that we can help you.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Thanks for your reply. My url is www.ArtbyLizz.com and the password is artify.
Hi @lizzarm ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/base.css->paste below code at the bottom of the file:
.badge.color-accent-2 {
display: none !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
great thanks for url can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
span.badge.badge--bottom-left.color-accent-2 {
display: none;
}
Thank you! This code removed the Sale tags, but it still shows a crossed out amount for items that I ddid not put there. All products appearing in the product main page has an amount crossed out. eg blue ballerina has $79.00 CAD crossed out.
oh sorry for other issue can you please share issue image so i will guide you
can you please try this code
- Go to Online Store-> Theme->Edit code
- Asset->/component-price.css ->paste below code at the bottom of the file.
s.price-item.price-item--regular {
display: none;
}
Thank you!! That worked. You are a great!
its my pleasure to help us


