Question

I've got the glyphicons in my page, but they are black. How do I set the glyphicons to white?

Was it helpful?

Solution

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>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top