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

后端 未结 12 1225
萌比男神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 20:54

    Bootstrap >= v4.0 dropped glyphicon support

    Dropped the Glyphicons icon font. If you need icons, some options are:

    the upstream version of Glyphicons

    Octicons

    Font Awesome

    Source: https://v4-alpha.getbootstrap.com/migration/#components

    If you are using Bootstrap >= v4.0 or newer, you can use existing style classes of bootstrap such as text-success,text-warning etc.

    For example, if you are using fontawesome:

    
    

提交回复
热议问题