Why is the price displaying twice on my Dawn theme products?

Topic summary

Issue: In the Shopify Dawn theme, product prices are displaying twice across many products (over 130 reported by the original poster).

Guidance provided: A helper advised that no store login is needed and suggested a CSS workaround. In Assets > base.css, add: .card-information .money { display: none !important; } This targets the price element within product cards to hide the duplicate display on listing/grid cards.

Clarifications: The helper initially asked for the site URL but confirmed a password/login isn’t required to check the visible issue.

New development: Another participant reports the duplication occurs on the individual product page (after clicking a product), not just on listing cards. They attached a screenshot to illustrate the issue.

Status and gaps:

  • The CSS fix likely addresses duplicate prices on product cards (collection/listing pages).
  • No specific solution was provided for duplicates on the product detail page yet.
  • The discussion remains open with an unresolved case for product page duplication. An image attachment is relevant to understanding the second case.
Summarized with AI on January 9. AI used: gpt-5.

I have an issue with the Dawn theme template. Prices are showing twice on each product I have (I have over 130 products) .

Hope someone can help! Thanks

Hi @Bernice305 ,

Please send your site and if your site is password protected, please send me the password. I will check it.

Do you need my website and password

Hi @Bernice305 ,

I just need to check the site, no need to login :grinning_face:

Go to Assets > base.css and paste this at the bottom of the file:

.card-information .money {
    display: none !important;
}

Hope it helps!

I’m having the same situation but when i click on my item it shows double price. Please how can i change that? Thank you