Hi, I´m using Debut theme and I would like to have transparent slider inside slideshow like in the picture below, for mobile too
My slider now:
leden2021
Thank you!
Solved! Go to the solution
This is an accepted solution.
Add this to the bottom of your theme.scss.liquid file:
.slideshow__arrows {
background-color: unset;
}
.slideshow__controls:hover .slideshow__arrows{
background-color: unset;
}
User | Count |
---|---|
445 | |
192 | |
138 | |
62 | |
42 |