How do I change my productpage so that it shows product color options

Topic summary

A user’s product page only displays color variant images after selecting an option, rather than showing all color options upfront with clickable images that simultaneously select the variant.

Proposed Solutions:

  • Modify the Shopify theme’s Liquid code (specifically product-template.liquid or similar files) to display all variant images simultaneously
  • Implement JavaScript to link each color image to its corresponding variant selection
  • Consider hiring a Shopify developer if lacking coding experience, as this customization is technically complex
  • A YouTube tutorial link was shared as a potential guide

Status: The discussion remains open with technical guidance provided but no confirmed implementation or resolution yet.

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

On my productpage it doesn’t show pictures with different colors of the product. They’re only visible when you select an option. How do I make all pictures visible so people can click and at the same time select the color

url: https://bundo-amsterdam.nl/products/emery-coltrui

To display all color variant images on your product page so that clicking an image also selects the color, you’ll need to modify your Shopify theme’s Liquid code, specifically in files like product-template.liquid. This involves setting up a script that links each image to its corresponding color variant.

Since this can be technically complex, consider hiring a Shopify developer if you’re not experienced with coding.

You can solve it by following this tutorial: