Sales Sticker remove

Hello Team,

i have add sales sticker on my product long time ago.

i don’t remember, how i have added. i want to remove the sticker.

any one can help on this.

1 Like

Hi,

You might be using an app for the same, if you can share the url to your store, maybe we can guide you on what particular app this is coming from.

Thanks

Hi @leonardosatriya

Would you mind to share your store URL? Thanks!

pass - [email removed]

Thanks for the info, check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
div.card__inner.color-scheme-cc2ba96a-ba73-4d52-990e-6520e18ecff6.gradient.ratio > div.card__media > div > div > div:nth-child(3) > div {
    display: none !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

thanks currently issue resolved.

Hello i am seeing again the sales sticker appear on store.

i have tried again the above steps. i am using ride themes.

i triedmain.css(base.css, style.css or theme.css) but i have only base.css. i have check and re-added the above code,but the issue still same.

This code are inserted on the media div in your store. You need a developer to remove completely.

This code possibly It will show to other area again.

Same Instruction

div.card__inner.color-inverse.gradient.ratio > div.card__media > div > div > div:nth-child(3) > div {
    display: none !important;
}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Any other solution to remove the sticker. i am hangs now.

password: [email removed]

what i need to do should i add this code div.card__inner.color-inverse.gradient.ratio > div.card__media > div > div > div:nth-child(3) > div {
display: none !important;
} or would you please guide. i need to live my site.