Change color of the black share button on mobile (floating layout)

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

.eapps-social-share-buttons-mobile-button-open{
 background: red;
}