Carousel Dots CSS
Could you please tell me the CSS needed to make the inactive dots on a carousel to be a solid color vs outline?
0
-
Hi Clyde,
Please try this:
.brz .brz-slick-slider__dots--circle button {
width: 10px;
height: 10px;
border-radius: 10px;
background-color: red !important;
border: none;
}
You can change 'red' to your preferred color code.Best regards,
Ariel H.0 -
Perfect, thanks so much!
0 -
Sorry could you let me know the same thing for the dots on a background image slider?
0 -
Hi Clyde,
Thank you for the update. The same CSS should work for the image slider.

If it doesn’t work on your end, kindly share the URL so we can inspect it further.
Best regards,
Ariel H.0
Please sign in to leave a comment.
Comments
4 comments