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