How can I make my multicolumn image clickable on the homepage?

Topic summary

A user seeks to make multicolumn images clickable on their Shopify homepage without requiring a text link below the image.

Solution Provided:

  • Edit the multicolumn.liquid file via Online Store > Themes > Edit Code
  • Insert specific markup code below line 89 (code snippet included in original post)
  • Add a link to the column’s button to enable image clickability
  • Screenshots were shared demonstrating the implementation

Follow-up Question:
Another user asks whether this same approach works for multirow sections and where to insert the code in the multirow.liquid file.

Status: The thread remains open with the multirow question unanswered.

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

hi, i was lookin’ for a way to let my multicolumn image become clickable on the homepage, without a text link down.

How to?

Thanks a lot

Go to your Online store > Themes > Edit code > open multicolumn.liquid file, add this code below under line 89


  {{- block.settings.link_label | escape -}}

To make image clickable, you must add link to button of column

1 Like

I know thi si an old thread, but does this work for rows too? If so, where would I put it in the multirow.liquid code?