How To Hide The Unit Price On Collection View

Topic summary

Goal: Hide the unit price on collection (listing) pages while keeping it visible on individual product pages in the Prestige theme.

Key steps and updates:

  • A preview link was shared so helpers could inspect the theme setup.
  • Guidance was given to edit theme.liquid and add code under the tag (a screenshot was provided). This hid the unit price, but on both collection and product pages.
  • A revised code snippet was then provided to replace the first one, intended to hide the unit price only on collection pages while preserving it on product pages.

Current status and considerations:

  • The original poster reported the first solution removed unit prices site‑wide; no confirmation yet that the revised code fixed it on Prestige.
  • Another participant noted the approach does not work on Dawn v15, indicating theme-specific differences.
  • Images and code snippets are central to implementation, but the exact code contents are not included in the provided text.

Outcome: No confirmed resolution. Open question remains whether the revised code works on Prestige and what adjustments are needed for Dawn v15.

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

Hi

we would like to update to the new Prestige version but we would like to hide the unit price on the collection list.

We need the unit price in the product view.

Does anybody know how to do it?

At the moment it looks like this

1 Like

Hey @Niklas0706 ,

Can you share the link to this page of your store? If the theme is still in draft, you can share the preview link

Hey,

the preview link is: https://ka8isud05id7lrwj-70400999698.shopifypreview.com

Hey @Niklas0706 ,

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.

Thank you very much, i changed it but we need the info on the product page. It has now disappeared from the collection page but also from the product page.

https://ka8isud05id7lrwj-70400999698.shopifypreview.com

Delete the previous code and replace with the following, Instructions are the same


This, unfortunately, does not seem to be working on Dawn v15