K
K
Konstantin2016-09-18 19:34:16
css
Konstantin, 2016-09-18 19:34:16

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

2 answer(s)
A
Andrey Verkh, 2016-09-18
@VinnieBrigston

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

S
sleepyKitty, 2016-09-18
@sleepyKitty

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 question

Ask a Question

731 491 924 answers to any question