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.
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
Thanks Joe. I have added the Image Link into the schema so that I can have separate links for each of my images. However, I need to add the HREF and am unsure how to do this in a way that ensures it utilises the link selected in the Customise Theme.