Answer the question
In order to leave comments, you need to log in
Is it possible to change the appearance of pagination buttons in OWL Carousel?
Is it possible to change the appearance of the pagination buttons in the OWL Carousel slider? Or somehow attach their functionality to my buttons? (buttons naturally with indents, borders and signatures inside)
Answer the question
In order to leave comments, you need to log in
Do you not read the documentation?
//Initialize Plugin
$(".owl-carousel").owlCarousel()
//get carousel instance data and store it in variable owl
var owl = $(".owl-carousel").data('owlCarousel');
//Public methods
owl.next() // Go to next slide
owl.prev() // Go to previous slide
Well, open the inspector and see what class these buttons have, and then write styles for this class.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question