Answer the question
In order to leave comments, you need to log in
How to customize Slick slider?
The functionality of the mentioned slider is somehow poorly described. Maybe someone knows where to look for a complete instruction for working with this slider?
Well, for example, I now need to learn how to manipulate the navigation buttons.
I found the answer to the question of how to replace them (I haven’t tried it yet, in parallel with the experiments I ask a question so as not to waste time):
$('.slider').slick({
infinite: true,
slidesToShow: 3,
slidesToScroll: 3,
dots: true,
prevArrow: '<img src="тут ссылка на левую картинку">',
nextArrow: '<img src="тут ссылка на правую картинку">'
});
Answer the question
In order to leave comments, you need to log in
On the off site everything seems to be clearly described.
prevArrow: '<span class="icon icon_left"></span>',
nextArrow: '<span class="icon icon_right"></span>'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question