Dawn theme-Hide price on sold out products on collection page only

Topic summary

Goal: Hide the price for sold‑out products only on the collection page in the Dawn theme, while keeping prices visible on individual product pages.

Solution implemented: A code snippet was added in theme.liquid, placed directly below the tag. A screenshot was shared to indicate placement (the exact code content was referenced but not visible in the excerpt).

Outcome: The change worked as intended for the Dawn theme’s collection page; the original requester confirmed success.

Current status: Original request resolved.

New request: Another participant asks how to also hide the price for sold‑out products on the product page (and in the “quick order list” section) for the Trade theme. This follow‑up question remains unanswered in the thread.

Summarized with AI on December 16. AI used: gpt-5.

Hi, in Dawn theme I’m hoping to hide the price on my sold out products but ONLY on the main collection page, I would still like the price to show on the individual product page. I’ve tried a few codes I found in other discussions but they all removed it from both places. Store URL is oxbowcharlie.com

ex. I want price hidden here

https://oxbowcharlie.com/collections/past-work

and price shown here

https://oxbowcharlie.com/products/borealis-earrings

Thank you for any help!

Hey @canyonbird ,

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

Perfect, that did the trick. Thank you so much!!

Perfect, that did the trick. Thank you very much!

Hi I got this working for the Collections page, how do I also hide the product price if sold out on the product page (including the quick order list section on the Trade Theme).

Thanks JC