Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove bootstrap carousel gradient

Tags:

html

css

carousel

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>
like image 416
PLWO Avatar asked Jul 15 '26 03:07

PLWO


1 Answers

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;

like image 139
HudsonPH Avatar answered Jul 17 '26 19:07

HudsonPH



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!