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