Best Premium and Free WordPress Themes › Forums › SuperNewsPro › Social Media Icon Colours › Reply To: Social Media Icon Colours
February 28, 2017 at 1:25 am
#14243
acmethemes
Keymaster
Try the below css,
.fa-facebook:hover {
color: #3C579E;
}
.fa-twitter:hover {
color: 1da1f2;
}
.fa-linekdin:hover {
color: 0077b5;
}
.fa-google-plus:hover {
color: dd4b39;
}