Hi everyone, I need some help here.
I try to make my whole slideshow clickable, I don’t want to use the botton.
However, the code on other community did not work for me. Please help!
Go to your Online store > Themes > Edit code.
In Assets folder, open base.css file
Copy this code below and add it at the bottom of base.css file
.slideshow__text-wrapper {
padding: 0 !important;
max-width: 100% !important;
}
.slideshow__text { height: 100% !important;
width: 100% !important;
opacity: 0;
max-width: 100% !important;
}
.banner__buttons .button {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
You must add
Thank you!!! It worked!!! ![]()
You are very welcome.