M
M
Mary Solar2017-01-13 10:53:00
Slick
Mary Solar, 2017-01-13 10:53:00

How to change dots in slick slider?

How to customize slick-dots so that instead of dots / circles / any other unknown elements
there are words?

I assume that:
1) It is necessary to change dots in before elements from some elements to words.
2) Using the script to track which point number and add the word already.

Tell me, are there any other options?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
PerfectLab, 2017-01-13
@MaryT

Good afternoon! Try using the customPaging parameter, this function is responsible for the custom pagination template.

...
dots: true,
customPaging : function(slider, i) {

},
...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question