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
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:
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 ![]()
Go to Assets > base.css and paste this at the bottom of the file:
.card-information .money {
display: none !important;
}
Hope it helps!