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

后端 未结 12 1220
萌比男神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:11

    If it is only a bootstrap icon. Note that icons are under text or rather typography. Just add the text color class like this. E.g text-primary, text-info and so on and so forth to the icon class:

    
    
    

提交回复
热议问题