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
A user seeks to make multicolumn images clickable on their Shopify homepage without requiring a text link below the image.
Solution Provided:
multicolumn.liquid file via Online Store > Themes > Edit CodeFollow-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.
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
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?