In this video, I will show you how to remove the sale badge on your Shopify homepage or product page. This is a great way to declutter your store and make it look more professional.
Steps:
- Log in to your Shopify admin.
- Go to Themes.
- Click on Customize.
- Click on Sections.
- Find the section that contains the sale badge.
- Click on the Customize button for the section.
- Find the option to remove the sale badge.
- Click on the option to remove the sale badge.
- Save your changes.
Additional tips:
- You can also remove the sale badge from your product pages by editing the individual product pages.
- If you want to remove the sale badge from all of your products, you can use the Shopify Theme Editor to make a global change.
- If you are not sure how to find the section that contains the sale badge, you can use the Search bar to find the section by name.
Important:
It is important to note that removing the sale badge will not remove any discounts or promotions that you have applied to your products. Customers will still be able to see the discounted price when they click on a product.
Conclusion:
Removing the sale badge is a great way to declutter your store and make it look more professional. By following the steps in this video, you can easily remove the sale badge from your Shopify homepage or product page.
// remove sale badge on product page
.badge.price__badge-sale{
display:none!important;
}
// hide sale on cards
.badge.badge--bottom-left.color-scheme-4 {
display:none!important;
}