Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    It looks like one of your plugins, Styles, changes the font used by the Social Media Icons. Instead of using Genericons, the font used to display icons, it uses Arial, a standard font.

    You should be able to solve that issue by changing your settings in Styles, or adding the following CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard. This CSS will overwrite the settings set by Styles:

    #supplementary .widget_wpcom_social_media_icons_widget .genericon {
    	font-family: 'Genericons';
    }
    Thread Starter stgogos

    (@stgogos)

    @jeremy Herve

    Thank you very much! It works again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Social media icons not showing in widget’ is closed to new replies.