A user sought help removing sale tags from both collection and product pages in their Shopify store. They had previously attempted to hide the tags by changing the color to black, but this also affected the sale price text color, making it invisible.
Solution provided:
Access the theme’s “Edit Code” option
Locate the “theme.liquid” file using the search bar
Insert custom CSS code below the <head> tag
A screenshot reference was shared to guide the implementation
Outcome:
The solution successfully removed the sale tags as intended. The issue was resolved with the provided CSS markup.
Summarized with AI on November 10.
AI used: claude-sonnet-4-5-20250929.
Please help me remove sale tags from my store - I tried to change the colour to black but it also changed the colour of my sale prices so they weren’t visible either.
I want to remove it from both collection & product page.
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.