I'm using Slick sliders with two different styles, for my web page but I'm having a problem with arrows. Can you please help me?
This is my main .slider, I've styled it's prev and next arrows using CSS
And here I used .filtering class of Slick, but I don't want these arrows. How can I disable them here and add those in the design?
<script>
$('#carouselclass').slick({
slidesToShow: 3,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 1500,
arrows : false,
});
</script>