Remove dots and arrows in slideshow (Dawn theme)

Anyone who knows how to remove arrows and dots on slideshow on Dawn theme?

Thanks :slightly_smiling_face:

@CompleteNovice

Could you provide me store URL? I should be able to answer your question.

Yours faithfully!

1 Like

Hi,

Add below css in base.css file

.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden {
    display: none !important;
}

Thanks

Hit Like and Accept as Solution.

4 Likes

Not working in dawn theme :disappointed_face:

this does not work

worked!

but I want dots to stay without arrows, the rectangle and the pause button

Does anyone know how to only remove the arrows?