Goal: Overlay product details (title, price, size) directly on the product image in Shopify’s Dawn theme.
Context and inputs:
The requester shared current vs desired screenshots and believed changes might be in main product.liquid.
A helper requested the store URL; the requester provided it.
Proposed solution (no Liquid edits):
Use Online Store > Customize > Theme settings > Custom CSS.
Add CSS to position product card content over the image by making the card wrapper relative and the content absolute.
Key rules: set the product card wrapper to position: relative; set the card content to position: absolute with top: 50% and left: 20px to place text over the image.
Artifacts:
A code snippet and a “result” screenshot were provided to illustrate the overlay.
Notes and status:
The approach targets product cards (collection grid) using Dawn’s default selectors. It relies on the theme’s markup and may need adjustments for different layouts or to include size information.
No confirmation from the requester yet; outcome unresolved and the discussion remains open.
Summarized with AI on December 14.
AI used: gpt-5.
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.