Hi Jdc_2109, Can you please tell me how did you solve this issue?
Topic summary
Store prices stopped displaying on the Supply theme; multiple merchants report missing price text after recent changes.
Key guidance and checks:
- Review recent custom code edits or newly installed apps; roll back changes if unsure. Duplicate the theme before edits and preview a fresh copy to isolate if the issue is theme-specific.
Community fixes shared:
- For one store, adding CSS to theme.min.css to force price elements visible resolved it (making .prices/.price-box money spans visible). Some themes don’t have theme.scss.liquid; use theme.min.css instead.
- Another case involved color adjustments via CSS (headers/text), after which the merchant asked for broader color changes via PM. Several stores were password-protected, so some troubleshooting occurred privately.
Recent outcomes:
- Confirmed resolution for at least one merchant (price visibility restored via CSS). The original poster indicated improvement and moved on to styling requests.
- Other reports remain open: one merchant couldn’t find the referenced assets but the helper saw no issue on their live site; another requested help and a peer asked how they solved it.
Status: Partially resolved. Ongoing for others; further assistance may require sharing store URLs and theme assets to apply or adapt the CSS fix.