Showing posts with label Carousel Gradient. Show all posts
Showing posts with label Carousel Gradient. Show all posts

Saturday, April 19, 2014

Removing Bootstrap 3 Carousel Background Gradient

Here is the very simple CSS to remove the background gradient from the Bootstrap 3 carousel.

CSS
.carousel-control.right, .carousel-control.left {
  background-image:none;
}