Is there a way to change the sale tag color? I found the color scheme it’s associated with but when I change it, it changes the sale color and the border online with it. I want the sale tag nothing else.
Topic summary
A user wants to modify the sale tag color on their Shopify store without affecting other elements that share the same color scheme. Currently, changing the associated color scheme alters both the sale tag and border colors simultaneously.
Proposed Solution:
- Access the theme code via Online Store → Edit Code
- Locate the
theme.liquidfile - Insert custom CSS code above the
</body>tag
The response includes a code snippet (not fully visible in the conversation) intended to target the sale tag specifically. This CSS customization approach allows isolated styling changes without impacting the broader color scheme settings.
1 Like
Hey @WaataBlasters
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed

