Sense Theme: clickable image in multicolumn

Topic summary

Making image tiles in the Sense theme’s Multicolumn section clickable without rewriting the entire template.

Summarized with AI on January 12. AI used: gpt-5.

How do I make images clickable in the multicolumn of Sense Theme without changing the entire .liquid code?

@Connor_Bentley ,

There should be the file for the Multicolumn section, then add the complete column in an anchor tag.

Sorry can you share an example? I’m by no means an expert on this.

@Connor_Bentley ,

Share this file

1 Like

Hi @Connor_Bentley ,

Please go to Actions > Edit code > sections > multicolumn.liquid file, find ‘multicolumn-card__image-wrapper’ and add code here:

Code:


Hope it helps!

2 Likes

Hello,

I tried putting this code in but the images are still not clickable in the column. is there something else to this to make it work?

Hey, there’s a mistake in your code. You opened a <div> but mistakenly placed a closing tag </a> inside it. To fix it, move the </a> tag after the closing </div>. Here’s an example:


------division contents --------