Change arrow colors in Bootstraps carousel

后端 未结 13 2061
[愿得一人]
[愿得一人] 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:01

    I too had a similar problem, some images were very light and some dark, so the arrows didn't always show up clearly so I took a more simplistic approach.

    In the modal-body section I just removed the following lines:

        
        
           
        
        
          
        
    

    and inserted the following into the modal-header section

        
        
        
    

    The indicators can now be clearly seen, no adding extra icons or messing with style sheets, although you could style them however you wanted!

    See this demo image:

    [demo Image]

提交回复
热议问题