How do I get rid of the “Sale” badge that is in the corner of every collection card product? Ive attached an image to show what I mean.
Topic summary
A user needed to remove the “Sale” badge appearing on product cards in their Shopify store’s collection pages using the Sense theme.
Solution provided:
- Navigate to Shopify Admin → Online Store → Theme → Edit code
- Locate the
theme.liquidfile - Insert custom CSS code above the
</head>tag to hide the sale badges
Outcome:
The solution successfully resolved the issue. The user confirmed the CSS modification worked as intended.
1 Like
Hi @CarSyncCentral ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
It worked, thank you so much!
1 Like
@CarSyncCentral , Have a good day ![]()
