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.
CSS:
.blue-icon{ color:blue !important; }
HTML
Glyphicons are removed in 4.0, i recommend Font-awesome 4 or newer :)