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

Topic summary

A user asks how to make an image clickable and link to a product on their Shopify store using the Venture theme. They cannot find this functionality in Shopify’s built-in settings.

Solution provided:

  • Wrap the image in an HTML anchor tag: <a href="LINK"><img src="IMAGE"></a>
  • Locate the code in the theme editor, likely in a snippet file called image-content.liquid
  • For multiple instances, add a custom link field to the theme’s Customize section schema rather than hardcoding the link

Follow-up questions:

  • One user asks about using different images for mobile vs. desktop with this approach
  • Another user successfully added a link field to the schema but needs help implementing the HREF to utilize the selected link from Customize theme
  • A video tutorial is shared demonstrating how to add links to any element on a Shopify site
  • Later, an unrelated question appears about adding a click action to an advertisement

Note: Some posts contain reversed/garbled text, making portions difficult to parse accurately.

Summarized with AI on November 17. AI used: claude-sonnet-4-5-20250929.

Hi @Chrisc1623 ,

You can do it by simply following the instructions. The video will teach you how to add any links to any element in your Shopify website.

1 Like