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
if you want to use icons from any icon font library, you can try this in the option while calling the slider in your js file.
prevArrow: 'Prev', nextArrow: 'Next'
Here "fa" comes from FontAwesome icon font library.