Add a second image inline with image-with-text heading

Topic summary

A user is attempting to add a customizable second image block to Shopify’s ‘image-with-text’ section in the Taste theme. The goal is to position this new image inline with the heading.

Initial Problem:

  • Added code to sections/image-with-text.liquid but nothing appeared in the editor or preview
  • Code used section.settings.small_image

Solution Attempt:

  • Another user suggested changing the reference from section.settings.small_image to block.settings.small_image since the code is for a block

Current Status:

  • After implementing the suggested change, the image picker now appears in the editor
  • However, selected images still don’t display in either the editor or preview
  • Issue remains unresolved; the display functionality is not working despite the picker being accessible
Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Thanks @Guleria

This is what I’m getting now. While I can select an image, it still does not appear in the editor or preview.