Hello I am trying to make each individual row in a multi-row section clickable. Each row will go to a new link.
See picture for example of the area I want clickable.
Any help would be appreciated, thanks!
A user needed to make entire rows within a multi-row section clickable, with each row linking to a different destination. They provided a screenshot showing the target area.
Solution Implemented:
Technical Implementation:
<head> tag in the theme.liquid fileOutcome: The solution was successfully implemented and confirmed working by the original poster.
Hello I am trying to make each individual row in a multi-row section clickable. Each row will go to a new link.
See picture for example of the area I want clickable.
Any help would be appreciated, thanks!
Hey @StuKellyMotorsp ,
Can you add three buttons there with the links it should go to? I could do something with that.
I added the buttons, and linked each to the corresponding pages. Let me know if that helps.
Hey @StuKellyMotorsp ,
I made the button overlay the entire section and made it invisible, so you can click anywhere on that row section and you are technically clicking the button, but you just can’t see it. As a user, you shouldn’t see any difference.
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.
Works fantastic, thank you very much!!