How can I hide the collection title in Shopify Dawn code?

Topic summary

A Shopify Dawn theme user needed to hide the collection title while keeping a “Read More” link visible for expanding product descriptions.

Initial Problem:

  • Custom code successfully implemented expandable descriptions with a “Read More” link
  • Collection title was displaying alongside the description, which wasn’t desired

Solution Provided:
GemPages support team supplied CSS code to hide the collection title:

#shopify-section-template--[ID] .collection-hero__title {
  display: none !important;
}

Outcome:

  • User added the CSS to their base.css file
  • Solution worked perfectly, achieving the exact desired result
  • Issue resolved successfully
Summarized with AI on November 24. AI used: claude-sonnet-4-5-20250929.

https://www.sinfulcorset.com/