Answers for "how to change the color of font awesome"

5

css change font awesome icon color

<a href="/users/edit"><i class="fa fa-cog" style="color:black !important;"></i> Edit profile</a>
Posted by: Guest on April-01-2020
2

css change font awesome icon color

.fa {
    color: red !important;
}
Posted by: Guest on April-01-2020

Code answers related to "how to change the color of font awesome"

Browse Popular Code Answers by Language