• Resolved SIMedia

    (@simedia)


    No matter which of the Swifty Bar color schemes I choose, the text and images for the share buttons are very dark grey and difficult to read. For instance, on the twitter button, the background is blue, but the bird is dark grey. F or the pinterest button, the background is red, but the “p” is dark grey. The text on the facebook button is very dark grey. None of them pop or are easy to read.

    I found the plug in CSS file and played with that, but not successfully. I’ve returned it to its virgin status. How can I fix this? It looks this way both in normal and in hover views.

    The fonts in the plug in demo screenshots are white, so I’m wondering if it’s something in my theme file, but I can’t imagine what it is, as I don’t have this issue with any other plug ins (sharing or otherwise) that I’ve used.

    Here’s a link to a screen capture.

    https://www.ads-software.com/plugins/swifty-bar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Goran87

    (@goran87)

    Hi SIMedia,

    it seems that your theme have embeded css for links that are removing default plugin styling. You can fix this by adding:

    .sb_share li a {
    color:#fff!important;
    }

    to your theme css file. I will see to push css with important tag so that there is no conflict when theme is using embeded style, which isnt best practice also.

    Thread Starter SIMedia

    (@simedia)

    This fixed it. Your customer service is EXCELLENT. Thank you very much.

    Plugin Author Goran87

    (@goran87)

    Glad its working ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fonts over share buttons dark grey’ is closed to new replies.