How to hide the price on Featured collections of the theme Dawn 2.0?

Topic summary

A user needed to hide product prices from the Featured Collection section on their Dawn 2.0 theme homepage while keeping images and descriptions visible.

Solution Provided:
Multiple community members suggested the same CSS fix:

  • Navigate to Online Store → Theme → Edit code
  • Open Assets → base.css
  • Add this code at the bottom:
.collection .card-information .price{
  display: none !important;
}
  • Save the file

The original poster confirmed this solution worked perfectly after struggling for two days.

Related Issues:

  • One user asked about hiding prices from specific collections only (not all collections) and was directed to create a separate community question
  • Another user requested help hiding product names instead of prices and was also directed to start a new thread
  • One commenter reported the solution didn’t work for them, though most others confirmed success

The thread remains a helpful reference for basic price-hiding in Dawn 2.0’s Featured Collection section.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Hi @LitExtension @Zworthkey , are you able to help with a similar situation please - I need to hide the price from specific collections while not hiding it from others. For example, I do not want the price to show in collections with the handles business-services or finance-legal but I do want to show the prices in collections with handles print-advertising and digital-listing

I’m using the Dawn 2.0 theme but Shopify said I do not qualify for any free design time (not sure why). Any chance you could help please? I would hugely appreciate it! Thanks

1 Like