How can I remove the sales tag from my debut theme products?

Hello,

I need some assistance.

I would like to remove the sale tag on my products in the debut theme. Does anyone know how? I seen similar topics on here but I did not see any of the codes referenced.

Thanks!

@jlbadmin

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.

Thank you! My url is jluxbeauty.com.

@jlbadmin

thanks for store url can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
.price--on-sale .price__badge--sale {display: none;}