I want to design image featuring text alongside a single product in a dawn theme, please find the screenshot for your reference,
I have added the code in image with text for customization however theme does not support this
{%- if block.settings.product != blank -%}
{% assign product_image = block.settings.product.image | img_url: 'medium' %}
### {{ block.settings.product.title }}
{{ block.settings.product.price }}
{%- else -%}
Please select a product.
{%- endif -%}
How we can implement something like the image below using dawn theme?
