Goal: place two side‑by‑side images in Shopify’s Dawn theme, each with text overlaid inside the image.
Feasibility: Not available as a built‑in section; requires custom coding. Pure CSS alone won’t achieve it; a custom Liquid section plus CSS is needed.
Proposed approach: Create a new section (two-images-with-text.liquid), add HTML for two image boxes with text containers, and add CSS for a flex two‑column layout and absolute‑positioned text overlay. Save, preview, and publish.
Implementation details shared: HTML references section.settings.text1 and text2 for the overlay text. CSS sets .two-images-with-text as flex, .image-box at ~45% width, and .text-box with semi‑transparent background over the image.
Open questions (unanswered):
• Where to add/select the actual images in the section code (e.g., image pickers in section settings).
• Whether to create the new section via “Edit code” (as a section) vs duplicating theme.liquid or using an Online Store “Custom Liquid” block, and precise steps to add images.
Notes: A screenshot illustrates the desired layout; the provided code snippet is central. Dawn is Shopify’s default theme; Liquid is Shopify’s templating language; CSS handles layout/overlays.
Status: Guidance provided; clarification pending, no final resolution yet.
Summarized with AI on December 30.
AI used: gpt-5.
Yes, of course it is possible. It would require coding a custom section like that according to your requirements. If you’re not familiar with coding then I suggest you to hire a Shopify developer for you who can perform this task as it’s a task that is not only possible through CSS.
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Hiya, can you kindly expand on that? When I create a new liquid would that be in a the code and duplicate theme.liquid or would this be in the online store as a custom liquid? and can you specify where I would had the image?