My dawn theme is showing pricing twice, how do I resolve this? I would like to remove/hide the pricing listed above the product title.
Topic summary
Issue: On Shopify’s Dawn theme, product prices appeared twice on collection pages—once above the product title. The merchant wanted to hide the duplicate price.
Context: A helper requested the store URL to inspect. The merchant provided a collection link (biggardiamonds.ca/collections/spiritualkeepsake).
Proposed fix: Edit theme code.
- Navigate: Online Store → Themes → Edit code
- Open: theme.liquid
- Action: Paste a provided snippet just before the closing tag.
Artifacts: An instructional screenshot was shared. A code block was referenced, but the exact code content wasn’t visible in the thread excerpt; it appears the screenshot contained the needed snippet.
Outcome: The merchant confirmed the fix worked and the duplicate price was removed/hidden.
Status: Resolved. No further issues or disagreements reported. No additional action items noted.
Notes: The solution relies on a custom addition to theme.liquid, likely CSS/JS to hide the extra price on collection listings.
Hi @Alisonbgdiamond ,
Could you please share your store URL, so I can help you check it
Hi @Beae_Cass , Here is my weblink.
Hi @Alisonbgdiamond ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
- Go to Online Store → Theme → Edit code
- Open your theme.liquid file
- Paste below code before :
Best regards.
Anthony
Great! Thank you for the help, this worked. ![]()

