How can I add buttons to each slide in my slideshow?

Hello, I want to add 3 buttons to my slideshop, 1 Button each slide. How can I code that? Pkease help me :folded_hands:t2:

Hello

Please add this code in your slidshow.liquid file

<a{% if block.settings.link %} href=“{{ block.settings.link }}”{% else %} role=“link” aria-disabled=“true”{% endif %} class=“button {% if block.settings.button_style_secondary %}button–secondary{% else %}button–primary{% endif %}”>{{ block.settings.button_label | escape }}

1 Like

Thank uou wo so much! Do I just have to add to to the bottom? And where will the button be placed? Since I have multiple slides I would multiple buttons at different positions to not make it boring :blush:

Hello, this sadly didn’t work. Can you please help me find a solution?