A user wants to make their entire homepage image banner clickable, directing visitors to a different page without using the built-in button option.
Initial Solution Provided:
Edit the image-banner.liquid file in the theme’s Sections folder
Wrap the banner div with an anchor tag (<a>)
Screenshots demonstrate where to insert opening and closing <a> tags
This approach successfully makes the banner clickable to collections pages
Follow-up Questions & Refinements:
One user asks how to link to external URLs (like Instagram) instead of internal collection pages
Another user notes the original solution affects all banners store-wide, not just the homepage banner
Alternative Solution:
A YouTube tutorial link is shared that allows customization per individual banner with any desired URL
Status: The basic implementation works, but questions about external links and selective application remain partially addressed through the video resource.
Summarized with AI on November 1.
AI used: claude-sonnet-4-5-20250929.
I’d like to add a link to the entire Image Banner so when customers click anywhere on the home page banner they’re brought to a different page. I prefer a clickable banner over the built-in option of using a button.
Thank you for this information. I used it and it works really well. However I want to redirect it to a url, not to a collections page. I want to redirect my image banner to my instagram page. how do I do this please?