I was using Bootstrap's Carousel, found here. It's a great script, unfortunately, I'd like for it to be able for the navigation arrows to go away and only appear on hover. Is this possible and how would I would go about implementing that?
Thanks for all help!
You just need a little bit of CSS
.carousel .carousel-control { visibility: hidden; } .carousel:hover .carousel-control { visibility: visible; }
Demo (jsfiddle)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With