For some reason they just won’t show. PageFly and Shopify can’t help me and told me to post here. Please help me out.
Topic summary
A user encountered an issue where product prices were not displaying anywhere on their Shopify store (www.perfectroseweddings.com), including the cart page, despite using the Dawn theme.
Root Cause:
After investigation, it was discovered that CSS styling was hiding price elements with a .hidden class, preventing them from rendering on both product and cart pages.
Solution Provided:
A community member shared custom CSS code to override the hidden styling:
.totals__subtotal-value .hidden,
.price .hidden { display: inline-block !important; }
Step-by-step instructions with screenshots were provided showing how to add this code via: Sales channels > Online Store > Themes > Customize > Theme settings > Custom CSS.
Outcome:
The solution successfully resolved the issue, and prices now display correctly throughout the site. The discussion is resolved.
what theme is it? I’d be happy to spend some time to figure this out for you!
@croberts3250 Can you please provide the URL of your store and if it is password protected please share the password too. Thanks
The Dawn theme. Prices don’t show up anywhere on my website or on my cart page.
@croberts3250 I just checked it. Can you confirm if you have added the price in the backend for each product? As I can’t see the product price even on the product page itself. And after adding the same product to cart and when go to checkout page the price is showing as $0.
Currently, this is the only product with a price of $1,500 set. All the other products were manually set to $0.
Please add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings
.totals__subtotal-value .hidden,
.price .hidden { display: inline-block !important; }
Thank you so much for helping. I don’t understand where you are trying to direct me. Can you please clarify? Thank you again, sorry for not understanding.
This worked THANK YOU SO MUCH


