• Resolved acsekhar

    (@acsekhar)


    I have customized the sharing buttons showing “Text” format. I’m successful in changing all the buttons except a custom sharing button “stumbleupon”. Request you to look into my site https://www.knowyourmindpower.com/self-help-books-cds/ . If you can see below, facebook and twitter icons are changed but StumbleUpon background was not changed. I used the following code:

    li.share-custom.share-custom-stumbleupon a.sd-button > span {
    color: #000000;
    background: #eb4924;
    }

    Please clarify and suggest. Thank you.

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

    (@jeherve)

    Jetpack Mechanic ??

    Something like this should help:

    body .sd-social-text .sd-content ul li.share-custom-stumbleupon a {
        background-color: #eb4924;
        color: #fff;
    }
    body .sd-social-text .sd-content ul li.share-custom-stumbleupon a span {
        color: #fff;
        padding: .2rem .6rem;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Sharing Buttons Customization’ is closed to new replies.