Hi all,
Does anyone know how to change the colour of the Glyphicon field description? Specifically the blue/turquoise background - I've been trying to make it transparent and just leave the Glyphicon itself, but no dice.
Editing .btn classes in bootstrap.css I can't find anything that change the background colour. Frustrating!
Thanks,
TNL
Customize Glyphicons
Re: Customize Glyphicons
Simply edit the tablename_templateDV.html button class preceding the glyphicon-info-sign icon
<button class="btn btn-info = blue
<button class="btn btn-success = green
<button class="btn btn-default = transparent/grey
etc.....
See here for options: http://www.w3schools.com/bootstrap/boot ... uttons.asp
<button class="btn btn-info = blue
<button class="btn btn-success = green
<button class="btn btn-default = transparent/grey
etc.....
See here for options: http://www.w3schools.com/bootstrap/boot ... uttons.asp
-
- Veteran Member
- Posts: 67
- Joined: 2015-06-06 12:10
Re: Customize Glyphicons
Wow. Why do they have to make everything so EASY nowadays 
Many thanks for your help - never would have looked in there. I owe you one!

Many thanks for your help - never would have looked in there. I owe you one!