hello,
I just made my slideshow clickable on my website by removing the button, I used this code in base.css
.banner .banner__buttons a[role="link"]{display:none !important}
.banner .banner__content,.banner .banner__content *{
position:static !important;
opacity:0 !important
}
But when I add link to the last banner it makes it zoom out, even tough all banners are same size. all three of other banners are showing same sized but the last one is zoomed (in mobile only).
Store link: momdaughts.com
