Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Ron Rennick

    (@wpmuguru)

    The SSI plugin displays the icons using a font. The use any font plugin is interfering with the font style for the SS icons.

    Thread Starter GregDougherty

    (@gregdougherty)

    Ah.. Thing is a kinda need the font still! Is there a way around this? Or is it one or the other?

    Great response time by the way!

    Plugin Contributor Nick C

    (@modernnerd)

    @gregdougherty The Use Any Font plugin is overriding the font that Simple Social Icons uses, just as Ron says. It’s a bug in the Use Any Font plugin, really, but you could work around it by adding the following CSS to your theme’s style.css file:

    .simple-social-icons ul li a {
    	font-family: 'fontello' !important;
    }

    You should find that the Facebook icon halfway down your sidebar then displays correctly.

    Thread Starter GregDougherty

    (@gregdougherty)

    Thankyou so much!

    Worked a treat.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Icons Showing Wrong Logo's?’ is closed to new replies.