Hi,
I’m trying to make each image in my multicolumn section clickable to a link, in Reformation default theme.
Note, my code currently doesn’t have a base.css file.
Currently, when I input a link in the ‘link’ section, it only makes the ‘link label’ clickable but I don’t want a link label, just the image linked.
Thanks!
Hi @jkjcreative
Please click the link label and then send me your store URL so I can give you the code to make your section clickable without displaying link label.
Hi @jkjcreative , to accomplish this, you can use an anchor tag before the multicolumn__image div in your code. Simply place the anchor tag before the multicolumn__image div and close the anchor tag after the div is closed. Also, I have removed the link label from the backend as per your requirement, and please ensure that you have used a for loop for that.
See the code provided below.
Feel free to reach out if you have any additional questions. If this solution is helpful, please consider liking and accepting it.
S.P
I haven’t got to try this yet, but I will let you know ASAP. Thanks!