Hi experts!
Could someone please explain to me how to get rid of the circled part of the picture attached?
I can’t find how to remove the numbers/pause button.
Thanks!
A user seeks to remove the numbered pagination dots and pause button from their Dawn theme slideshow (visible in an attached screenshot).
Solution Provided:
Another participant offers CSS code to hide these controls:
.slideshow__controls with display: none !important; to the base.css fileImplementation Steps:
The solution appears straightforward and directly addresses the visual elements the original poster wants to hide. No follow-up questions or alternative approaches were discussed.
Hi experts!
Could someone please explain to me how to get rid of the circled part of the picture attached?
I can’t find how to remove the numbers/pause button.
Thanks!
Hi @UBS Please add this code in base.css file.
.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden {
display: none !important;
}
If you are not sure where is your base.css file please follow the steps:
Result:
If you need any assistance then please feel free to ask the same.
Hopefully it will help you. If yes then Please hit Like and Mark it as solution!
Best Regards
Sahil