How do I apply custom prev and next buttons to slick carousel? I have tried a background image on the .slick-prev and .slick-next css classes. I ha
.slick-prev
.slick-next
This worked for me when a lot of these other items did not:
.slick-prev:before { content: url('your-arrow.png'); } .slick-next:before { content: url('your-arrow.png'); }