One customization request that our team has seen a lot of demand for is making the slideshow of a theme clickable. In this guide, we will go through the necessary steps to achieve this by adding some code to the Slideshow theme file. The result will have your slideshow going from this:
To this:
Note:
If you’re using a free theme from Shopify, then our Support team might be able to help you with this tutorial. Although Shopify can help you with many customizations, some kinds of customizations aren’t supported.
If you’re using a paid theme, then your theme was made by a third-party developer and Shopify’s Support team can’t help you with it. If you need help customizing a paid theme, then consider hiring a Shopify Expert. Similar to free themes, some kinds of customizations aren’t supported because of limitations associated with the theme or Shopify admin.
Disclaimer:
The Supply theme already has this setting under ‘Slideshow > Link URL’.
Important:
The following tutorials are tested on themes published on Sept 2020
Step One: Edit Your Theme Code:
Go to Online Store > Current Theme > Actions > Edit Code.
Debut:
- Open slideshow.liquid
- Find the following:
On older versions of Debut it may be <div class=“slideshow__slide slideshow__slide–{{ block.id }}” {{ block.shopify_attributes }}>
- Add this snippet of code right below it:
4 Click Save.
Narrative:
-
Open slideshow.liquid and find <img
-
Add the following right above it:
-
Click Save.
Minimal:
-
Open slider.liquid, find <img
-
Add the following right above it:
-
Click Save.
Brooklyn, Boundless, and Simple:
-
Open slideshow.liquid, and find <img
-
Add this right above it:
-
Click Save.
Venture:
-
Open slideshow.liquid
-
Find <img, add the following right above it:
-
Find <h2, add this right above it:
-
Click Save.
Step 2: Add your link to your slideshow:
Once you have finished editing your code you will be ready to add your link to your slideshow. To do so, go to Online Store > Themes > Customize > Slideshow and click on an image block. You will then be able to add the link under ‘Button link’.
Click Save.
If you have any questions regarding this tutorial, feel free to comment on this thread. Please note that this tutorial is for Shopify Supported themes only and that we will be unable to assist with any third-party themes.






