Goal: Add a “read more/read less” toggle to long collection descriptions in the Shopify Dawn theme to keep pages user-friendly while retaining SEO text.
Solution provided: Edit the theme file sections/main-collection-banner.liquid. Locate the block that conditionally outputs the collection description (the if section.settings.show_collection_description … {{ collection.description }} … endif) and replace it with the helper’s custom code block to implement the toggle behavior. The code change is central to the solution.
Progress: The requester initially couldn’t find the target code, then located it and confirmed the fix worked.
Outcome: Issue resolved; no additional steps or disagreements. No images or external attachments were involved beyond the code snippet.
Summarized with AI on December 14.
AI used: gpt-5.