[Private] Slider dots

0
Slider dots 1
Anonymous
Oct 23, 2022 11:30 PM 1 Answers
Member Since Jan 1970
Unsolved Solved Mark as Solved Mark as Unsolved
Subscribed Subscribe Not subscribe
Flag(0)

My slider dots are enormous - how do I make them smaller?

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Slider dots 2
Azizul Raju
Oct 24, 2022
Flag(0)

Hi, you can write custom CSS to increase or decrease slider dots size.

First, go to the Edit option of the slider.
Screenshot: https://i.imgur.com/Sg4q8gm.png

Then copy the CSS code from below and paste it Under Custom scripts => Custom CSS option. You can customize the number to your needs.
Screenshot: https://i.imgur.com/jMdDxM1.png

.slick-dots button{
width: 3px !important;
height: 3px !important;
}

Let us know if it helps.
Regards.

Sign in to Reply
Replying as Submit