Forums

[resolved] [Plugin: Add to Any Share/Save/Bookmark Button] Button background colour (5 posts)

  1. 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

  2. micropat
    Member
    Posted 3 years ago #

    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

  3. 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

  4. 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!!

  5. micropat
    Member
    Posted 3 years ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags