You can change the look of the sharing buttons with CSS. Each icon is added via CSS, like so:
li.share-twitter a.sd-button > span {
background-image: url('images/twitter.png?1');
}
If you want to load your own icons instead, you can do so by adding custom CSS code to your theme stylesheet, or to your custom CSS editor under Appearance > Edit CSS in your dashboard.
Hi Jeremy!
I have loaded 24×24 custom icons into my site’s file manager.
How can I add these instead of the 16×16 and do this through CSS code?
What would be the code?
Also, in my posts (in the computer) I would like to have my icons centered. How can I do this? Example below
http://www.ipostgreen.com/elephants-owls-commercial-interiors/
Thanks!
Website: ipostgreen.com
Hi Jeremy!
I am sorry but I also wanted to know how to space the icons further apart.
Thank you!