Hello! How do I delate the sale text that appears on the products images on products page?
Topic summary
A user sought help removing the βSaleβ label that appears on product images in their Shopify store.
Solution Provided:
- Navigate to Online Store β Theme β Edit code
- Open the theme.liquid file
- Insert custom CSS code before the closing
</head>tag
Outcome:
The CSS solution successfully removed the sale labels from product images. The issue was resolved, and the user confirmed the fix worked as intended.
Hi @spookeysES , kindly provide your store URL please. Thanks
spookeys.es
- Go to Online Store β Theme β Edit code.
- Open your theme.liquid file
- In theme.liquid, paste the below code before
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Thank you so much!
1 Like
Glad it worked. Your most welcome.

