Change icon background color and background on hover

Add this code to the Custom CSS field on the Style tab of your Social Media Icons widget’s settings:

.eapps-social-icons-item::before {
background-color: red !important;
}


.eapps-social-icons-item::after {
background-color: green !important;
}