Change arrow colors in Bootstraps carousel

后端 未结 13 2059
[愿得一人]
[愿得一人] 2020-12-12 19:25

I\'m obviously missing something stupidly simple here. I have images with a white background so I want to be able to edit the arrows on the Bootstraps Carousel so they are v

13条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 20:24

    If you are using bootstrap.min.css for carousel-

    
      
      Previous
    
    
      
      Next
    
    

    Open the bootstrap.min.css file and find the property "glyphicon-chevron-right" and add the property "color:red"

提交回复
热议问题