Answer the question
In order to leave comments, you need to log in
How to replace prev/next from owl carousel with arrows from font-awesome?
Actually a question. If you turn on navigation there are prev / next buttons. How to replace with icons from fontawesome?
Answer the question
In order to leave comments, you need to log in
$(function() {
$('.owl-carousel').owlCarousel({
margin: 50,
responsiveClass: true,
items: 2,
nav: true,
navText: ["<img src='img/prev.png'>", "<img src='img/next.png'>"],
responsive: {
0: {
items: 1,
margin: 150,
center: true,
autoWidth: true,
nav: false,
navText: []
},
992: {
items: 2
}
}
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question