How can I remove the sale tag from my Studio theme items?

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.

@lizzarm

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
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:

  1. Go to Online Store->Theme->Edit code
  2. 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.

@lizzarm

great thanks for url can you try this code

  1. Go to Online Store->Theme->Edit code
  2. 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.

@lizzarm

oh sorry for other issue can you please share issue image so i will guide you

@lizzarm

thanks for the details sorry but i can’t see

Here is a close up.

@lizzarm

can you please try this code

  1. Go to Online Store-> Theme->Edit code
  2. 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!

@lizzarm

its my pleasure to help us