W
W
WebforSelf2020-10-25 19:59:06
JavaScript
WebforSelf, 2020-10-25 19:59:06

Move dots in slick outside container?

The task is to move arrows and slider control points outside the slider Slick
According to the documentation, arrows can be moved using

appendArrows:'.slider-arrows',
  prevArrow:'<span class="slider-arrow"><</span>',
  nextArrow:'<span class="slider-arrow">></span>',


and in any desired place But how to display dots there?
<div class="slider-arrows"></div>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
RAX7, 2020-10-25
@WebforSelf


appendDots
Change where the navigation dots are attached (Selector, htmlString, Array, Element, jQuery object )
https://kenwheeler.github.io/slick/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question