Answers for "change font awesome color on hover"

2

css change font awesome icon color

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

Code answers related to "change font awesome color on hover"

Browse Popular Code Answers by Language