Change Bootstrap 4 Carousel Control Colors

前端 未结 2 1598
梦谈多话
梦谈多话 2020-12-15 05:28

I am using a white background for a Carousel using Bootstrap 4.0 and would like to change the color of the controls. It seems that bootstrap now uses SVG for their carousel

2条回答
  •  萌比男神i
    2020-12-15 05:52

    Just insert your own icon inside the carousel-control-next & carousel-control-prev class. For example, I want to change the prev & next icon with Font-Awesome icons. I can do this:

    
      
      
      Previous
    
    
    
      
      
      Next
    
    

    Hope it solve your problem

提交回复
热议问题