guys im trying to remove the gradient caused by the left carousel-control.
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true">/span>
<span class="sr-only">Previous</span>
Just add this: style="background:red !important"
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev" style="background:red !important">
to remove complete background: none;
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