how to remove slideshow dots and arrow in dawn theme
thank you
A user seeks help removing slideshow navigation dots and arrows from the Dawn theme.
Current Status:
Proposed CSS Solution:
The code targets slideshow controls by:
display: noneThe discussion remains open with no confirmed resolution.
how to remove slideshow dots and arrow in dawn theme
thank you
hey @Muhammad7 share the URLs of your website plz
.slideshow__controls, .slideshow__autoplay.slider-button {
border: 0 !important;
}
.slideshow__controls.slideshow__controls–top.slider-buttons {
position: absolute;
right: 0;
bottom: 0;
}
button.slider-button.slider-button–next, button.slider-button.slider-button–prev,
button.slideshow__autoplay.slider-button {
display: none;
}
.slideshow__controls.slideshow__controls–top.slider-buttons {
justify-content: right;
}