I want 2 images in image with text section in shopify dawn theme

Hi, i wan section as this screen shot in shopify dawn theme

please help me ASAP

1 Like

Hello @GhafarHussain

Go to Online Store > Themes > Edit code.

Under Sections, click Add a new section → name it our-story.liquid.

Paste the code above and save.

Go to Online Store > Customize.

Click Add Section → choose Our Story Section.

Add your text and up to 3 images from the editor.

{% schema %}
{
  "name": "Our Story with Image Grid",
  "settings": [
    {
      "type": "richtext",
      "id": "story_text",
      "label": "Story Text",
      "default": "

Our Story content goes here...

"
    }
  ],
  "blocks": [
    {
      "type": "image",
      "name": "Image",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        }
      ]
    }
  ],
  "max_blocks": 4,
  "presets": [
    {
      "name": "Our Story with Image Grid",
      "category": "Custom"
    }
  ]
}
{% endschema %}

  

    {{ section.settings.story_text }}
  

  
    {% for block in section.blocks %}
      {% if block.type == 'image' and block.settings.image != blank %}
        
      {% endif %}
    {% endfor %}
  

Hey @GhafarHussain ,

We’d love to help. We’ll create this section for you and add it to your theme. Please DM or email your collaborator code and we’ll make this happen.

Cheers!
Shubham | Untechnickle

not working same as i want. see your image