change font awesome icon color code example
Example 1: css change font awesome icon color
Edit profile
Example 2: change font awesome icon color
.fa {
color: red !important;
}
Example 3: css change font awesome icon color
. { color: red !important; }
Example 4: how to change color of font awesome icons
Edit profile