How do I make images clickable in the multicolumn of Sense Theme without changing the entire .liquid code?
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.
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!
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 --------


