How can i not display the price on featured collection products which is on home page!

Topic summary

Goal: Hide product prices across the Shopify storefront, including the Featured Collection on the home page, to use the site as a catalog without pricing.

Proposed solutions:

  • Theme settings approach: One reply shared an image with step-by-step instructions to disable price display via theme customization (details provided in the attached image).
  • CSS approach: Edit Online Store → Theme → Edit code → base.css and add CSS to hide price elements (using a selector targeting .section .collection .card-information .price with display: none !important).

Outcome: The store owner applied the CSS change and reported it was very useful, indicating the change was implemented. No further issues were raised.

Status: Appears resolved based on the owner’s confirmation of implementation. Images were central for the theme-settings method; a concise CSS snippet was provided for a code-based solution.

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

Hello there @Alltelecoms follow the steps in this image and you should be able to sort that out.

Let me know if this works for you!

1 Like