markhysted
Member
Posted 3 years ago #
Hi,
Have installed both subscribe and share/save buttons onto my site:
http://www.hysted.co.uk
but the save/share button appears to have a grey background to it, whilst the subscribe button is white. I would prefer white on both.
I've looked in the API button creator but can't make out how to achieve a white background. Any ideas anyone??
Mark Hysted
Hi Mark,
It's actually your theme's CSS code that is adding that grey background!
Go to your WordPress Theme Editor, and search for this piece of code in your style.css file:
.entry img {
You'll want to remove this line:
background-color: #f3f3f3;
Cheers!
Pat
markhysted
Member
Posted 3 years ago #
Thank you for this - I guessed it might be theme related but couldn't find a decent reference. Excellent plugins and support - thanks.
Mark
wrastler
Member
Posted 3 years ago #
I'm having the same problem but with a white contour on a black background. I'm using Atuhualpa theme and couldn't find that piece of code in the style.css file...
Any ideas?? This has been driving me nuts!!
My site is a collection of DJ blogs
Thanks everyone!!
The code changes vary from theme to theme, but here's your offending line:
.post img {
Same as the original poster, remove this:
background-color:#F3F3F3;
Cheers,
Pat