Issue: After adding sale apps on a Shopify store using the Dawn theme, price text rendered overlapped/stacked across the site (product pages, checkout, homepage). Screenshots show “Regular price£13.50 Sale price£12.15” compressed and overlaid; images were central to illustrating the problem.
Steps taken:
Store URL shared for review.
Initial fix: code added in theme.liquid before the tag, which corrected pricing display on product pages (exact snippet not shown in the thread).
Remaining issue persisted on collection/home (SALE section, Special Offers collection).
Final fix:
Additional CSS added near the end of theme.liquid (before ) targeting collection cards: it disables the generated content and positioning on the price element’s span::after within .custom-collection. This removed the overlay on collection/home pricing.
Outcome:
Screenshots confirm correct price display after both changes.
Original poster confirmed resolution (“you’re a star!”). No further issues or open questions noted.
Notes:
Root cause appears related to theme/app CSS introducing pseudo-element content and positioning in price components, especially in collection tiles.
Summarized with AI on December 20.
AI used: gpt-5.
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.