Theme: Crave version 3.0.0 How Do I Remove The controls From The Slideshow?

Can someone please help me remove the slideshow controls and still have the slide show running or to have the slideshow controls hidden?

View link for image

https://ibb.co/9HjjK7v

@RFS ,

Please share the store URL.

I have not published as current so here is the preview link

https://tsqynhb7filglii6-55456923844.shopifypreview.com

hope this helps

@RFS

.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden.slideshow__controls--border-radius-mobile {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

1 Like

This did not work.

@RFS

1 Like

Oh yes… I see thank you so much however how can this be done for the top one?

@RFS ,

.slideshow__controls.slider-buttons.no-js-hidden.slideshow__controls–border-radius-mobile {
display: none;
}

1 Like