Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You can customize the look of the sharing buttons by adding some custom CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard.

    For example, to change the color of the sharing button background:

    div.sharedaddy .sd-content a.sd-button {
    	background: #ccc;
    }

    And to change the color of the sharing button text:

    div.sharedaddy .sd-content a.sd-button span {
    	color: #fff;
    }

    I hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Change sharing background/text colour’ is closed to new replies.