Created
January 11, 2015 04:13
-
-
Save ryanmarkel/cafa1994db1d8f9be796 to your computer and use it in GitHub Desktop.
Add Twitch social icon to WordPress.com themes using genericon font
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.social-links ul a[href*='twitch.tv']:before { | |
content: '\f516'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just add this in your Appearance > Edit CSS custom stylesheet. (Assuming you are using Jetpack.)