Goal: Add “WAS” before the compare-at price and “NOW” before the regular price in the Sense theme v13.0.0, shown consistently on featured collection, collection pages, and product pages.
Context: In Shopify, the compare-at price is the original price often shown with a strikethrough; the regular price is the current price. The request is to remove/avoid the strikethrough effect on the “WAS” price while keeping both labels visible.
Progress: A suggestion was made to edit the theme’s price file to add the text globally. The store owner edited price.liquid and successfully added “WAS/NOW,” but:
“WAS” is inheriting incorrect typography and alignment.
It only follows theme font rules when placed specifically at line 56; elsewhere it breaks styling.
Assets: A screenshot of the price.liquid placement was shared to illustrate the styling issue.
Status: Unresolved. Needed guidance: how to insert labels before both price types without the strikethrough on “WAS,” and how to ensure consistent theme typography across all locations (featured collection, collection, product).