Slideshow Images

Slideshow Images

tabny
Excursionist
13 0 4

Hello Everyone,

I am looking for a solution to make my Slideshow Images Clickable in Dawn Theme. On clicking the image, it should be redirected to the assigned page. Can someone help me out here? And also when i see Slideshow on mobile vision, there is some more space, how do i delete it ? Thank you

Here is my web https://7dd6bf-4c.myshopify.com/

Reply 1 (1)

vm-web
Shopify Partner
154 10 29

@tabny 

1. Open your theme,

2. Open slideshow.liquid
3. search for  <div class="slideshow__text-wrapper banner__content banner__content--{{ block.settings.box_align }}
4. Place the following code above it:

<a href="{{ block.settings.image_link }}" style="display: block;position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 999;"></a>

vmweb_1-1720011284897.png

 

 

After that, search for image_picker and paste this piece of code just after it:

{
"type": "url",
"id": "image_link",
"label": "Image Link"
},

If helpful then please Like and Accept Solution. | Email: vickyzilpe@gmail.com