How can I delete the circular 'sale' logo from product images?

Can anyone help me remove the sale circle logo on the product images?

My theme is debutify

It started appearing out of nowhere and it looks ugly

I tried to go Assets/theme.scss.liquid

but i still couldn’t find

.badge--sale {

Please help asap as i planned to market the store by tonight

Hi There!

Go to your Theme Customization, you should be able to find this under Theme Settings or Product Related settings, better not to use CSS.

Let me know,
Thanks!

I doubled checked the theme settings, product pages, everything else already i even tried to choose hidden on the sale tag placement but its still there! its like a virus or something

What is your store’s URL? Let me have a look

puppyfashionz.com

the thing is, the sale things is also in the product description images which cover the words for customers to read

Need urgent help asap thank you!

Add this to your theme.scss file:

.saso-offer-badge.saso-offer-badge-type-circleOutline {
    display: none;
}

Let me know!

where can i add this ? theme.scss.liquid? can you be more specific where please? i don’t wanna make a mistake

thanks so mch

Yes exactly this file. Add it at the very end of the file after all the content.

ive done it. But what happeend to my site? why is it ugly? can u check it out for me please

Did you paste this after all the content? Please take a screenshot of the code’s placement.

OKay ive fixed it now Thanks!!! Can you help me double check maybe other devices has it too

Don’t worry, you were probably missing a { or } somewhere, once fixed it’s fixed all across.

Please do mark the reply above as a solution to help the community find answers better. Cheers!