I'd like to remove the default button (or white dot) in Bootstrap carousel. Is it possible to customize them?
In terms of hiding, you can use CSS to make it hidden. For example,
.carousel-indicators li { visibility: hidden; }
would make all the dots be hidden.
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