Hi, is it possible to hide/remove the sales tag in the sense theme?

Hi, is it possible to hide/remove the sales tag in the sense theme?

Hi @Derraa
I would like to give you some recommendations to support you.
Please go to Online Store > Themes > click 3 dots button > Edit code > Base.css add code at the end of the file Base.css.
.price--on-sale .price__badge-sale {
display: none !important;
}
I hope you find the answer useful or if you need further support, do not hesitate to reach out to us.
Kind & Best regards,
GemPages
You just remove “Compare at price” of the product you don’t want to remove Sale badge, then Sale badge will be gone on that product.