How to change the glyphicon color with Bootstrap

3 Answers

0 votes
<span class="glyphicon glyphicon-list-alt" style="color:#2554C7"></span> Your Text

 



answered Aug 1, 2016 by avibootz
edited Aug 1, 2016 by avibootz
0 votes
<span class="glyphicon glyphicon-search" style="color:blue"></span> Your Text

 



answered Aug 1, 2016 by avibootz
edited Aug 1, 2016 by avibootz
0 votes
<a href="#"><span class="glyphicon glyphicon-envelope" style="color:green"></span> e-mail</a>

 



answered Aug 1, 2016 by avibootz

Related questions

1 answer 218 views
1 answer 218 views
3 answers 327 views
1 answer 294 views
1 answer 342 views
...