Viewing 1 replies (of 1 total)
  • Plugin Author Daniele De Santis

    (@danieledesantis)

    Hi seanerixon,
    probably you should use a more specific css rule, for example (from your theme) if you use

    .sd-social-icon .sd-content ul li[class*=share-] a:hover, .sd-social-icon .sd-content ul li[class*=share-] div.option a:hover {
    /* YOUR STYLES HERE */
    }

    the logo will not be affected.

    If you use

    a:hover {
    /* YOUR STYLES HERE */
    }

    the logo and all of your links will be affected.

    That’s the way CSS work and has nothing to do with the plugin 🙂

    If you write me the link of the specific page (not just the domain) on your website I’ll have a look to help you

    Best,
    Daniele

Viewing 1 replies (of 1 total)

The topic ‘Messed Up Logo’ is closed to new replies.