You can use quite a number of image manipulation programs (like GIMP<http://www.gimp.org/>) to "colorize" the default images. Then put the colored image in the same folder as the others and add this to your css (here is an example with a blue one): .icon-blue {background-image:url("../img/glyphicons-halflings-blue.png")} Finally you can use it the same way as the white ones : <i class="icon-blue icon-ok"></i>
Enjoy. On Wednesday, June 27, 2012 6:08:51 PM UTC+2, Larry P wrote: > > Has anyone had success changing / adding glyphicon colours. I like the > black and white that bootstrap ships with but would like to use different > colours the odd time, just not sure how to do it. >
