How do you remove the default Bootstrap 3 carousel control background gradients?

后端 未结 5 1878
北海茫月
北海茫月 2021-01-30 20:44

I\'m pretty sure this is the code I need to modify, but for some reason I can\'t get the gradients to disappear in IE. I want them completely gone!

.carousel-con         


        
5条回答
  •  庸人自扰
    2021-01-30 21:06

    .carousel-control {
            opacity:100;
        }
    

    worked for me. Hope this can help someone.

提交回复
热议问题