ShareThis Forums » The ShareThis WordPress Plugin

link hover color

(5 posts)
  • Started 11 months ago by rocketboy
  • Latest reply from Meryl

  1. rocketboy
    Member

    I have started to use ShareThis on my site (http://awaitinginspiration.com)and so far it's working ok. However, while the sharethis link color is following the style rules set for the site, the hover link color is not. It seems that the hover color is set to white, but so is the background. So, when the link is hovered over, it vanishes. Since there is no option in the customizer to change this and I can't seem to find the option in the plugin code... I was hoping someone here could help?

    Thanks,
    Adam

    Posted 11 months ago #
  2. Hi Adam,

    Maybe try adding this code to your style.css:

    .entry p span a:hover {
    color:#000000;
    text-decoration:underline;
    }

    It's not going to match the exact behavior of your other links, but it will be visible.

    Posted 11 months ago #
  3. rocketboy
    Member

    Works!

    thanks,

    Adam

    Posted 11 months ago #
  4. I tried this, but mine continues to disappear. In IE, it looks worse as the icon AND "Share this" both get covered with a maroon blob. Any help appreciated.

    Posted 9 months ago #
  5. Finally fixed this. Took creating a new class and forgetting about a:hover.

    Posted 9 months ago #

RSS feed for this topic

Reply

You must log in to post.