How can I make a slideshow image clickable in the Dawn theme?

Hi, I want to create a slideshow banner with 2/3 banners but I can’t work out how to make the whole banner clickable. Tried a couple of things but not working. I have the Dawn theme.

www.mkfireworksking.co.uk

1 Like

You’ll need to do some custom coding to achieve this. Navigate to Online Store > Themes > “…” > Edit Code. Open the Section file titled “slideshow.liquid”. Around line 157, you’ll find something like:


Make a new line break after this and add the following.


Here is the tricky part… You have to close this in the right place. Scroll down about 30 lines to about 189 and look for:

{%- endif -%}

Make a new line break below the and add:


Final closing part should look like:

{%- endif -%}

You should now be able to add slides to your slideshows in the front end and be able to click the entire image instead of JUST the button.

2 Likes

Hi,

I tried to do this and it works however it messes up the other slideshows that have a container (makes it off center and entire text is underlined) it comes up like this.

any assistance would be helpful

Worked great, thanks!

Is some one looking for a video instructions to add this feature