Hey @Tara123 ,
Is % OFF visible with the code change I mentioned, or even that is not working.
Thanks
Yash Garg
A user asks how to display percentage discounts (e.g., “20% OFF”) instead of the generic “SALE” badge on products in the Dawn theme.
Solution for Product Pages:
price.liquid filecomponent-price.css using font-size and font-weight propertiesSolution for Collection Pages:
card-product.liquid filebase.css by modifying the .badge selectorThe solution involves calculating the discount by comparing the original price to the sale price, then displaying it as a percentage. Multiple users confirm the code works successfully.
Additional Resources:
Hey @Tara123 ,
Is % OFF visible with the code change I mentioned, or even that is not working.
Thanks
Yash Garg