Change the color of glyphicons to blue in some- but not at all places using Bootstrap 2

后端 未结 12 1207
萌比男神i
萌比男神i 2020-11-30 20:38

I am using the Bootstrap framework for my UI. I want to change the color of my glyphicons to blue, but not in all places. In some places it should use the default color.

12条回答
  •  情深已故
    2020-11-30 21:04

    CSS:

    .blue-icon{
    color:blue !important;
    }
    

    HTML

    
    

    Glyphicons are removed in 4.0, i recommend Font-awesome 4 or newer :)

提交回复
热议问题