How can I make multirow images clickable in the Dawn theme?

Hi support team,

can someone tell me how to make multirow(NOT MULTICOLUMN) images clickable in dawn theme

URL: www.faithandyou.in

NVM, found the solution thanks to some goated person.

Open your multirow.liquid file

Around Line 60

{%- if block.settings.image != blank -%}
<a class=“fulllink” {% if block.settings.imglink == blank %}role=“link” aria-disabled=“true”{% else %}href=“{{ block.settings.imglink }}”{% endif %}>
{%- capture sizes -%}

Around Line 110


.fulllink{z-index: 1;}

{% schema %}
{
“name”: “t:sections.multirow.name”,
“class”: “section”,
“disabled_on”: {
“groups”: [“header”, “footer”]
},

Around Line 355

“label”: “t:sections.multirow.blocks.row.settings.image.label”
},
{
“type”: “url”,
“id”: “imglink”,
“label”: “Image Link”
},

After adding this code and saving the multirow.liquid Section, I exited the Edit Code mode and opened the Customize mode for my theme. When I clicked on my Multirow photo I had a new option box to add a link for my photo:

1 Like

Hello again , I did the same and it worked fine and i see the link but the image itself isn’t clickable , Any Tip ? Thanks