Password:Kurac
Topic summary
A user seeks guidance on adding a clickable image banner to their Shopify store.
Solution Provided:
- Use Shopify’s Custom Liquid block feature
- Navigate to: Shopify > Theme > Customize > Add Block > Custom Liquid
- Insert HTML markup code with an anchor tag linking to the desired URL
- Add a
<div>code snippet for the image structure
Image Upload Process:
- Upload the image file directly through Shopify’s interface if stored locally
- Alternatively, host the image on a service like imgur.com
- Replace the image URL in the code with the hosted image link
The discussion includes screenshots demonstrating the Custom Liquid block location and code implementation area. The conversation remains open as the original poster works through the implementation steps.
Hi @Filip02
You can try Custom liquid to show link connected to Image banner:
-
You can go to Shopify > theme > custmize > click to add block > Custom liquid here : https://prnt.sc/GPWV5K3VIQBh
-
Then add this div code : https://prnt.sc/DMLdDEIvDrfl
- You can add 1 link to redirect to and 1 link for the image link
How to put my picture now
If you have the image on your device already, you can upload your image here : https://imgur.com/ to get the image link, then replace the image link to the code section we underline above.
