css - Changing font awesome element color -
css - Changing font awesome element color -
i working on template has font-awesome elements. how alter color? cant see in font-awesome.css allows me this. elements referenced as:
<i class="fa fa-leaf"></i> .fa { color: #000000; }
this changes color of class .fa in hex. if want tag use
.fa { color: #000000; } css font-awesome
Comments
Post a Comment