Answers for "font awesome color change on hover css"

2

css change font awesome icon color

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

css change font awesome icon color

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

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

Browse Popular Code Answers by Language