Hello!
As the title stated, I’m trying to get rid of the slideshow control for Debut on mobile and desktop.
I followed this old thread here https://community.shopify.com/c/Shopify-Design/Debut-Theme-how-delete-hide-slideshow-buttons/td-p/440483
However I’m assuming the instructions are out of date.
Would anyone mind helping me or point me in the right direction?
Hello There,
Please share your store URL and Screenshot.
So that I will check and let you know the exact solution here.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
.slideshow__arrows {
display: none!important;
}
.slideshow__pause {
display: none!important;
}
That’s amazing, thank you!
Kindly feel free to get back to me if you need any further assistance Thanks!