I've got the glyphicons in my page, but they are black. How do I set the glyphicons to white?
You can just create your own .white
class and add it to the glyphicon element.
.white, .white a {
color: #fff;
}
<i class="glyphicon glyphicon-home white"></i>