How to remove slideshow buttons in Studio Theme?

Solved

How to remove slideshow buttons in Studio Theme?

lauraelysehart
Excursionist
13 0 10

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

Accepted Solution (1)

ReturnPrime
Shopify Partner
483 67 108

This is an accepted solution.

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

View solution in original post

Replies 2 (2)

ReturnPrime
Shopify Partner
483 67 108

This is an accepted solution.

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

lauraelysehart
Excursionist
13 0 10

Thank you! 🙂