Slideshow without Button - Minimal Theme

Hello,

I am after some help regarding the Minimal Theme and adding a link to a slideshow without the use of a button.

I am trying to use a slideshow on the homepage of my website using the Minimal Theme.

However it will not allow me to add a link to another page or collection with adding a button.

Is there a way I can add a link to a collection without the use of a button so that I can use my own image?

Thank you.

Hi,

Find the Slideshow Code and modify it

Code example

{% for slide in section.settings.slides %}
  
{% endfor %}

Use anchor for make it clickable

Code example

{% for slide in section.settings.slides %}
  
    
  
{% endfor %}

Hi,

Thank you for this.

Where abouts in the code would I copy this into?

Thank you.