How To Hide Product Price On Collections Page Using Craft 2.0 Theme?

Topic summary

A user needed to hide product prices on collection pages in Shopify’s free Craft 2.0 theme.

Community members requested the store URL and password to investigate. The user provided access to their development store (cwf-precision.myshopify.com).

Solution provided:

  • Navigate to Online Store → Theme → Edit code
  • Open Assets → component-card.css file
  • Add the following CSS at the bottom:
.card-information .price {
  display: none;
}

The solution was confirmed working by the original poster. Another user later asked about hiding prices on both collection pages and sold product pages, indicating ongoing interest in similar customizations for the Craft theme.

Summarized with AI on November 20. AI used: claude-sonnet-4-5-20250929.

Hi there.

Can anyone advise on how to hide product prices on the collection page for Shopify’s free Craft 2.0 theme?

Thank you.

2 Likes

@_jw

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi @_jw ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

https://cwf-precision.myshopify.com/collections/ground-support-equipment

Password: twithe

https://cwf-precision.myshopify.com/

PW: twithe

(Click into the product section to get to the products listed by collection where you’ll see the prices listed)

@_jw

thanks for details

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-card.css ->paste below code at the bottom of the file.
.card-information>.price {display: none;}
5 Likes

Thank you so much! Worked perfectly! Hopefully it helps someone else, too.

1 Like

@_jw

its my pleasure to help us

Hi! I have a similar question… how can I hide the price on the collections page and product page of the products sold? Also in the Craft theme.

Thank you an advance!

1 Like

thanks so much

1 Like

@coinelius

its my pleasure to help us