• Hi everyone,

    I have a problem with the widget Jectpack, social Icons.
    The link is ok but the icon are not the social media icon but some strange icons.
    You can see it in my blog side bar : https://yes-we-cards.com/blog/
    I precise that I am a newbie and I don’t know how to code.

    Can you help me ? ??

    Have a nice day,
    Céline

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think this might help:
    https://community.theme.co/forums/topic/social-media-icons-jetpack-versus-xtheme/

    Seems like there is a conflict between your theme and jetpack, when it comes to genericons.

    Thread Starter thecelinette

    (@thecelinette)

    Hello Gnoric,

    Thank you for your answer !!!
    I have the Xtheme and exactly the same issue that this person. The solution is a little bit complex to me so I shall show it to a friend who how how to code. I don’t want to make mistakes ??

    I can be your friend ??

    Just copy/paste the following code to your custom css (wherever you would normally add css).

    
    .genericon-facebook:before { content: "\f09a" !important;  }
    .genericon-facebook-alt:before { content: "\f230" !important; }
    .genericon-twitter:before { content: "\f099" !important; }
    .genericon-youtube:before { content: "\f166" !important; }
    .genericon-instagram:before { content: "\f16d" !important; }
    .genericon-pinterest:before { content: "\f231" !important; }
    .genericon-pinterest-alt:before { content: "\f0d3" !important; }
    

    If these are not the icons you want, you can use this cheatsheet, to figure out which numbers give you which icon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Jetpack – Trouble with social media icons’ is closed to new replies.