I would like to remove dots, arrows and Pause button from slide show on debut theme
For desktop and mobile view
Thanks
A user seeks to remove slideshow navigation elements (dots, arrows, and pause button) from the Debut theme on both desktop and mobile devices.
Solution for Desktop:
theme/edit code/Asset/Theme.css:.slideshow__controls {
display: none !important;
}
Outstanding Issue:
Status: Partially resolved—desktop controls removed, but mobile solution and text positioning remain unaddressed.
I would like to remove dots, arrows and Pause button from slide show on debut theme
For desktop and mobile view
Thanks
Hi @Trash ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
HI @Trash
Try to follow this path: theme/edit code/Asset/Theme.css
and add this code into the bottom of the file:
.slideshow__controls {
display: none!important;
}
Thankyou! this worked ![]()
That worked for Desktop, But not for mobile. How do you remove them fom mobile. and have the text appear in the middle of the image (overlay) rather than in a white box at the bottom.
Thank you
I am facing the same issue.
Same issue currently