Customizing the Jetpack Sharing Buttons

Ed Sanders Tutorials, Website Support Leave a Comment

Just add the following CSS code to your Custom CSS file in Jetpack and make the changes to colors and such that you like.
/*
Jetpack Sharing
—————————————————- */
.content div.sharedaddy div.sd-block {
border: none;
padding: 0;
}

.content div.sharedaddy .sd-content {
float: left;
margin-bottom: 32px;
}

.content div.sharedaddy a.sd-button …