Hi Claudio,
I use this css.
.social-count-plus .default .count-facebook a {
background-image: url(http://guesehat.com/wp-content/uploads/2016/07/icon-fb.jpg) !important;
background-position: 0 !important;
width: 30px !important;
height: 30px !important;
}
but the background-position is disabled,
because this css.
.social-count-plus .default .count-instagram a {
background-position: -192px 0 !important;
}
How i disabled this function ?
background-position: -192px 0 !important;
Cheers.