How can I remove the pause/play button on the Debut theme image slideshow?

Hi,

I am looking to remove the pause/play button on the imageslideshow for the debut theme. I’ve tried every solution and none seem to work. Could someone please help me out.

Thanks

hii, @PlayHardStore
Kindly share your store URL so,
I can solve your issue.
Thank You.

https://playhardparty.com/

hii, @PlayHardStore
Paste this code on top of the theme.scss file.

.slideshow__controls {
    display: none !important;
}

Thank You.

Hi,

I do not have the file theme.scss

Only theme.css

@PlayHardStore
Paste the code in the theme.css file.

Nothing has changed

Send me your store Password.
Thank You.

PlayHard2021

hii,
@PlayHardStore
Paste this code on top of the theme.css file.

.slideshow__controls {
    display: none !important;
}

Thank You.

@PlayHardStore , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.slideshow__controls button[aria-pressed]{
    display: none !important;
}

This code will remove exclusively the “pause” button and leave the other elements.

Please let me know whether it works.

Kind regards,
Diego

Hi,

That removed the button, however, it also removed the arrows. Im ONLY wanting to remove the pause/play button.

Cheers

Yep, just had to put it to the top of the theme.css file and it worked.

Cheers!