ShareThis Style
- The topic ‘ShareThis Style’ is closed to new replies.
Need help? Check out our Support site, then
Hi
I Need some help with the sharethis style.
Is it possible to optimize the Color using css?
Thanks
Peter
http://beziehungsecht.ch/2014/06/09/der-vereing/
The blog I need help with is: (visible only to logged in users)
Hi,
It looks like you’ve set a background color on the sharing section in your existing CSS. If you want to remove that color, you can remove this from your custom style:
#content div.sharedaddy div.sd-block
Otherwise, if you want to change the color, you can use that to do it.
You can also adjust the outer most box using this:
.single #jp-post-flair, .page #jp-post-flair
Hi.
I have changed the color in the customize tool for the theme. I am not sure what it is that I changed.
It seems that there is something missing in your post after
“Otherwise, if you want to change the color, you can use that to do it.”
Thanks
Peter
Peter,
Sorry for the confusion. It’s hard to tell which option you used to change the colors. WP.com offers a few ways to do it.
Try adding this to your site under Appearance > Customize > CSS:
#content div.sharedaddy div.sd-block { background: transparent; }
:-) Thanks
Peter