All things Shopify and commerce
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 %}
<img src="{{ slide.image | img_url: 'master' }}" alt="{{ slide.image.alt }}">
{% endfor %}
Use anchor for make it clickable
Code example
{% for slide in section.settings.slides %}
<a href="{{ slide.link }}">
<img src="{{ slide.image | img_url: 'master' }}" alt="{{ slide.image.alt }}">
</a>
{% endfor %}
Hi,
Thank you for this.
Where abouts in the code would I copy this into?
Thank you.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025