You are using the dawn theme right? Dawn theme should have this snippet file.
Topic summary
Goal: Show “More Colours” under the product title only when a product has multiple color variants, without applying it to all products.
Key steps and changes:
- Initial guidance targeted Dawn’s card-product.liquid, but the store uses the Clarity theme. The developer requested and received collaborator access and implemented equivalent logic in Clarity.
- Placement followed the user’s examples (Pics 1 and 2); text styling was adjusted to not be bold.
Issue found and fix:
- The text appeared on only one product because variant option names were inconsistent: some used “colour” and others “color.”
- Code was updated to handle both spellings, and the developer advised using a capital “C” for future products to ensure consistency.
Outcome:
- “More Colours” now appears correctly for all active products with more than one color variant.
- The solution should work for future products when the Color/Colour option is used with capital C.
Additional suggestion:
- Add color swatches on the collection grid (similar to the product page). The developer can implement this as a paid enhancement; a reference site was provided.
Status: Resolved; optional swatch enhancement remains open.