Change background color of all buttons

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

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