Case study 01
HTML Hero Section → Shopify Section
Convert a static hero with heading, subtext, CTA button, and background image into a merchant-editable OS 2.0 section with scoped CSS.
Hero section workflow diagram
Screenshot placeholder
Challenge
Design handoffs arrive as static HTML with hardcoded text, image URLs, and inline styles. Merchants need to edit headlines, swap hero images, and update CTA links without developer intervention.
Approach
- Paste hero HTML into the converter workspace.
- Use Flat export mode for a single-instance hero layout.
- Review generated section.settings for heading, body text, image_picker, and url fields.
- Validate scoped CSS uses section.id to avoid theme conflicts.
- Add presets so merchants can insert the section from the theme editor.
Outcome
A production-ready section.liquid file with {% schema %} JSON, scoped styles, and editable settings — ready for review in your target theme.