For those of you who don't know and have a white background problem on the ShareThis widget, you can follow the method below.
As you know, the ShareThis widget is one of the largest social media sharing plugin platforms on the internet today. Besides being useful for sharing media, ShareThis is also supported by several interesting features.
What Is White Background on ShareThis widget?
Recently I noticed something odd with ShareThis, that is, there is a white background on each icon. How come? After investigating, it turns out that this problem exists because the CSS img on the blog has a background value: #fff, so it will make all img formats on the blog have a background, including the background on the ShareThis icon. This possibility occurs because ShareThis replaces its icon system with an img format.
Fixed White Background on ShareThis widget widget?
As Usual Go to Blogger page > Click Theme menu and click Edit HTML button > Find and delete all background values in CSS .post-body img or img as below
.post-body img{background:#fff}
just delete the values background:#fffin the template and the ShareThis icon will return to its original state.
For those who have not previously installed and want to add the ShareThis widget to their blog template, you can follow these tips on How to Install the ShareThis Widget on Blogger.
Thanks, that's all from Droidnur123 for "Repairing White Backgrounds" on the ShareThis widget.visit again.