Title: Change sharing background/text colour
Last modified: August 21, 2016

---

# Change sharing background/text colour

 *  Resolved [tangcla](https://wordpress.org/support/users/tangcla/)
 * (@tangcla)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/change-sharing-backgroundtext-colour/)
 * Hi,
    I was wondering whether it’s possible to change the colour of the text and
   background of each sharing button. I have a dark themed site, and would like 
   to use a darker grey than the standard light grey if possible.
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [12 years, 6 months ago](https://wordpress.org/support/topic/change-sharing-backgroundtext-colour/#post-4611864)
 * 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.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [colour](https://wordpress.org/support/topic-tag/colour/)
 * [customise](https://wordpress.org/support/topic-tag/customise/)
 * [sharing](https://wordpress.org/support/topic-tag/sharing/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/change-sharing-backgroundtext-colour/#post-4611864)
 * Status: resolved