yes
Topic summary
A Shopify store owner using the Dawn theme wants to display different images in different contexts: a close-up featured image for collection pages, but a different image as the first image on product detail pages.
The Challenge:
- The featured image currently appears first on both collection and product detail pages
- Moving images in the admin would fix the product page but break the collection page display
The Solution Provided:
A community member (ProtoMan44) offered a code modification for the card-product.liquid file that allows the second image to display on collection pages while keeping the featured image first on product pages. The solution involves replacing existing code with a conditional statement that checks for a second media item.
Status:
The original poster planned to test the proposed code solution. The discussion appears resolved pending confirmation that the code works as intended.