https://charmente.com/products/long-sleeve-jumpsuit
Thank you!
A user seeks help changing the color of a sale tag on their Shopify product page. They provide a product URL as reference.
Proposed Solution:
.badge__price-sale class to modify background and text colorsCurrent Status:
Note: Some text in the thread appears corrupted or reversed, making portions difficult to read, but the core issue and attempted solution are clear.
Hi @Simon159 ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Hey so i copied the code like this and it did not work :
.badge price__badge-sale{ background: #FFCCE7; color: #FFFFFF; }