Owl carousel - add captions

Thanks a lot!

Everything you suggested worked fine. But I’ve got a couple of other problems-see below.

Regarding the figure css, in my file custom.css I added:

.owl-carousel .owl-item figure {
    direction: ltr;
    margin: 0;
}

I did this so it will only change figures in the carousel, not other figures I may add to the site.

I had originally thought the problem was with margins. I don’t know why, but I tried altering the style of the img tag instead of the figure tag and obviously, that didn’t work.

My other problems:
1-I don’t see how to change how much time there is between transitions. It seems that the smartSpeed setting controls the transition speed, but I can’t find a setting for the time between transitions.
2-Mouse-over seems to stop the slideshow rather than pause it. If I mouse-over the slideshow, it stops as expected, but when I remove the mouse, the slideshow doesn’t resume, though I can “force” it to resume by clicking on the dots. Is there a way to set this behavior?