Issue: Sale prices are not displaying on product pages despite appearing correctly on collection pages. Multiple users report this problem across different Shopify themes (Brooklyn, Minimalism, Craft).
Attempted Solutions:
Adding custom CSS code to theme.scss file to style sale prices
Checking product-template.liquid code for proper price display logic
Verifying that products have compare prices set in Shopify admin
Key Resolution:
One user (Jason) identified the root cause: theme settings have the sale price color set to transparent (rgba(0,0,0,0)) rather than a visible color
Recommendation: Check theme settings for “sale tags” or price color options before editing code
Another user (luffbed123) discovered their prices were switched in the code and fixed it by swapping them
Current Status:
Thread remains open with additional users seeking help for similar issues
Solutions vary by theme and specific configuration
Images/screenshots were shared showing code snippets and admin settings to diagnose problems
Summarized with AI on October 31.
AI used: claude-sonnet-4-5-20250929.
For only the items that have a sale price: the sale price on the product page does not appear. It shows up on the collection page, it’s just the product page.
I’m using the brooklyn theme. It should be appearing right beside the strike-through (original) price.
The first place to check before adding any code is the theme settings. This theme should already have a setting for adjusting the sale colour so all the code edits here are just adding noise/confusion.
The should be called something like sale tags in the general theme settings. It looks like it’s set to transparent - rgba(0,0,0,0) - at the moment.
Hello! I have gone through this thread, but am hesitant about changing any code since I had a different sale over the weekend and the regular prices were marked out and the sale prices were shown in a different color. I don’t know what would be different, since the Theme seemingly worked just two days ago but not for this discount/sale. succulentpartyfavors.com is the site, using the free theme “Craft”. If you have time and it’s a quick toggle button or something I missed, I’d be grateful!