Hi glazzaroni,
You can override the CSS of our share button background images.
div.shr-bookmarks ul.shr-socials li.shareaholic {
background-image: url(http://yourwebsite.com/sharebuttons.png) !important;
}
I have two suggestions though:
1. Install version 7 of the Shareaholic WordPress plugin because it’s easier to configure custom share buttons. http://wordpress.org/plugins/shareaholic/
2. Use Google Chrome to ‘inspect element’ on the various share buttons to see their specific background image positioning (to you can make sure your new Facebook icon corresponds to the Facebook button… and not the Print button)
Sincerely,
Andy Huang
Shareaholic Support
Hi Andy, i would to changes icones with customize one but don’t understand how to proceed
If i change
div.shr-bookmarks ul.shr-socials li.shareaholic {
background-image: url(http://yourwebsite.com/sharebuttons.png) !important;
}
only one or all the image will change ?