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