How to remove shadow from glyphicons in bootstrap carousel
I've had this issue before, just add this as bootstrap offers the shadow as a background image or/and as a filter
.carousel-control.left, .carousel-control.right {
background-image:none !important;
filter:none !important;
}
And as suggested before i would change the opacity, but to 1