How can I add a clickable- function to this image?

If you want the whole image clickable you can wrap it in an anchor tag, for example:

<a href="https://PUT_LINK_HERE">
  <img src="THIS_IS_THE_IMAGE">
</a>

You can find the code in your theme editor. From the screenshot you sent, I’m guessing this might be in a Snippet called image-content.liquid or something similar.

If you change a template file like that the link would apply to all instances of that section. If that’s the only instance that’s fine, but if you have multiple you’re probably better off adding a custom link field to this section so can add a link from the Customize Theme section.

*Assuming there’s no link field in the Customize Theme area, if there is, then you can just paste the link :slight_smile: