How to remove slideshow buttons in Studio Theme?

I would like to remove the dots, arrows, counter below my slideshow for Studio Theme.

Hey @lauraelysehart ,
Welcome to the Shopify community!
You can follow the instruction below:
Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file.

.slideshow__controls {
 display:none !important;
}

If you feel like my answer is helpful, please Like and mark it as a solution**.** Let me know if you have any further questions.
Thank you!
Raman

2 Likes

Thank you! :slightly_smiling_face:

2 Likes