Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi, does anyone knows quick way to remove sale badge of the product picture in the corner?
Thanks in advance
Solved! Go to the solution
This is an accepted solution.
hello @zarke29
Add the code in the end of your assets/stylesheet.css file.
#shopify-section-16068268827c75c4af .sale-item{
display: none !important;
}
hello @zarke29
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
Hey @zarke29 .
The fastest way is to hide them using CSS.
#product-loop .sale-item.icn {
display: none;
}
Add the code in the end of your assets/stylesheet.css file.
This is an accepted solution.
hello @zarke29
Add the code in the end of your assets/stylesheet.css file.
#shopify-section-16068268827c75c4af .sale-item{
display: none !important;
}
Perfect, it works! Thank you guys for the interest!
Thank you dear! Its absolutely safe and working :))
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025