How can I remove the slideshow bar from a Debut theme website?

Is there any way to remove the slideshow bar from my website using the Shopify Debut theme.

Screenshot 2021-02-11 at 13.40.20.png

Screenshot 2021-02-11 at 13.40.39.png

Hello There,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid->paste below code in bottom of file

.slideshow__controls { display: none !important; }

Dude how does someone not need to know or want to know how to add an image gallery in debut? It’s the only mobile responsive (true mobile-first ready) but it’s fatal flaw is not having an image gallery. It’s a travesty. But there should be buttons and a way to click on thumbnails (and there should be thumb-nails of the not main/current image!!)) Please somebody must know what I’m trying to do. Just a gallery for the different product variants. And do I have to hardcode link the product (by it’s href HTML attribute or whatever?) to each new image.. and where do the images get stored.. really should have finished that CSS/html class.. or can use JS. Actually perhaps just like saying AjAX and Jquery cause its all incomprehensible anyways. Cheers to anyone who can help me. Thanks.