Hi There,
Thanks for writing in.
To change the icon color, add this in your customizer’s custom CSS:
.x-colophon.bottom a:hover{
color: #81d742;
}
To change the circle or bakcground of the icon:
.x-social-global a:hover.google-plus, .x-social-global a:hover.facebook, .x-social-global a:hover.twitter, .x-social-global a:hover.linkedin {
background-color: #1a81ad;
}
Hope it helps.
Let us know how it goes.
Thanks.