Change background color of the specific share button

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-facebook::before {
  background-color: red;
}

Replace facebook with the name of the needed share button.