A user seeks to display product image alt text beneath the main product image on their Dawn theme store, with the text updating dynamically when customers select different images from the gallery. They want to use alt text as variant descriptors without overlaying text on images.
Proposed Solutions:
One response suggests editing theme code by locating the product template file and adding JavaScript to dynamically update alt text when gallery images are clicked
A simpler approach recommends using {{ media.alt }} within the {%- for media in product.media -%} loop, suggesting most themes shouldn’t require complex CSS/JS modifications
Current Status:
The original poster indicated they’re a novice and requested more detailed instructions
Another user has expressed interest in the same functionality
The discussion remains open with no confirmed implementation yet
Summarized with AI on November 5.
AI used: claude-sonnet-4-5-20250929.
I need some help please I am using Dawn theme and I would like to output the alt text of an image under the main product image, when a customer chooses an image from the product page gallery I need the alt text to change based on the image. Im using it as a descriptor for variants without having to write it on the image (Google Shopping guidelines)
So long as you place {{ media.alt }} in the correct location, you can output the alt text for each product image. It needs to be inside of {%- for media in product.media -%} (as an example).
Shouldn’t need any complicated JS/CSS edits to accomplish this in most themes