Hi,
I don't want to use the in-built arrows generated by slick plugin. I want to use the custom arrows.
Kindly let me know how I can do that via an example.
Thanks
If you're comfortable with css, you can look up the slick css file and modify their appearance in another css file.
@raphaelpweb Actually I don't want the in built arrows to appear, instead I need a code with which the arrows/navigation present in some other container [DIV element] will become the navigation for the slider.
Thanks
You can use "arrows: false" to turn the arrows off and the slickNext/slickPrev methods to move the slider. See: http://codepen.io/anon/pen/KwMZao
You can use "arrows: false" to turn the arrows off and the slickNext/slickPrev methods to move the slider. See: http://codepen.io/anon/pen/KwMZao
This seems not to work any longer on Slick 1.6.0. I will search for a different solution
@maxence33 The syntax has changed but this feature still works. See http://codepen.io/anon/pen/qNbWwK
Many thanks @jljohnstone. Works perfectly.
I have a client who wants the arrows to appear aside the "dot" navigation, so I ended up setting prevArrow / nextArrow to two DIVs inside
@jcicero518 Did you find a solution? I am trying to make the same solution. But it seems that slick script runs on the <li>-element, which mess up the order of the pagination when I put the arrows inside the same <ul>.
Most helpful comment
@maxence33 The syntax has changed but this feature still works. See http://codepen.io/anon/pen/qNbWwK