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

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -