I want to remove the pause/play button on the Dawn theme image slideshow

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.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

Hi @Tadoori_Group

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.