Hello,
I’m currently using the Dawn theme, and I came across a posted question about moving the slideshow dots inside the slides. The response provided a solution, but I noticed an unusual issue where the pause and resume buttons are merged together (image attached).
Here’s the code I used:
<style>
@media screen and (min-width: 749px){
.slideshow__controls {
position: absolute;
bottom: 0;
z-index: 9;
left: 50%;
transform: translateX(-50%);
border: none;
}
}
</style>
Does anyone have a solution to this issue? Additionally, I’m curious if anyone happens to know how to make the dots white.
Thanks in advance!