Topic summary
A user wants to remove the pause/play button from the Dawn theme’s image slideshow.
Solution provided:
- Navigate to Shopify admin → Online Store → Customize
- Access Theme Settings → Custom CSS
- Add CSS code to hide the autoplay button:
button.slideshow__autoplay.slider-button {
display: none !important;
}
The solution uses CSS to hide the slideshow control button. The issue remains open pending confirmation from the original poster on whether the solution works.
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there
Here is the code for Step 3:
button.slideshow__autoplay.slider-button {
display: none !important;
}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.

