Sales Sticker remove

Solved

Sales Sticker remove

leonardosatriya
Excursionist
14 0 3

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. 

 

Screenshot 2024-07-17 at 10.08.26 PM.png

Umesh Shetty
Accepted Solutions (3)

ES1
Shopify Partner
225 20 23

This is an accepted solution.

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

If this fixed your issue, Please Like and Accept as a Solution.
Looking for assistance? Hire an experienced Shopify Partner! Visit EcommerceStorez.us today for a quick quote.
Seeking an elegant theme designed to boost conversions? Explore our High-Converting Shopify Themes today!

View solution in original post

Made4uo-Ribe
Shopify Partner
9875 2353 2950

This is an accepted solution.

Hi @leonardosatriya 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Made4uo-Ribe
Shopify Partner
9875 2353 2950

This is an accepted solution.

Thanks for the info, check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. 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;
}

 

  • And Save. 
  • Result: 
  • Made4uoRibe_0-1721662928961.png

     

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 10 (10)

ES1
Shopify Partner
225 20 23

This is an accepted solution.

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

If this fixed your issue, Please Like and Accept as a Solution.
Looking for assistance? Hire an experienced Shopify Partner! Visit EcommerceStorez.us today for a quick quote.
Seeking an elegant theme designed to boost conversions? Explore our High-Converting Shopify Themes today!

leonardosatriya
Excursionist
14 0 3

turtlepanda.com

 

password: MM00n@123456

Umesh Shetty

Made4uo-Ribe
Shopify Partner
9875 2353 2950

This is an accepted solution.

Hi @leonardosatriya 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
leonardosatriya
Excursionist
14 0 3

turtlepanda.com

pass - MM00n@123456

Umesh Shetty
Made4uo-Ribe
Shopify Partner
9875 2353 2950

This is an accepted solution.

Thanks for the info, check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. 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;
}

 

  • And Save. 
  • Result: 
  • Made4uoRibe_0-1721662928961.png

     

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
leonardosatriya
Excursionist
14 0 3

thanks currently issue resolved.

Umesh Shetty
leonardosatriya
Excursionist
14 0 3

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

 

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

i tried main.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. Screenshot 2024-08-01 at 12.30.28 PM.png

Umesh Shetty
Made4uo-Ribe
Shopify Partner
9875 2353 2950

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
leonardosatriya
Excursionist
14 0 3

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

Umesh Shetty
leonardosatriya
Excursionist
14 0 3

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.

 

Umesh Shetty