Use the settings below in your Footer Code Area and post this script ABOVE your Slick Slider add-on:


<script>
window.cfpt = {};
window.cfpt.slick = {};
window.cfpt.slick.autoplay = true;
window.cfpt.slick.autoplaySpeed = 6500;
window.cfpt.slick.slidesToScroll = 1;
window.cfpt.slick.slidesToShow = 2;
</script>


You can also use this CSS in your CUSTOM CSS to change the color of the arrows:


.slick-prev:before, .slick-next:before

{
  color:red !important;
}


Just make sure to change the color to whatever color you would like to use.  You can also use HEX CODE to fine tune your color choice.