Skip to content

Instantly share code, notes, and snippets.

@ryanmarkel
Created January 11, 2015 04:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ryanmarkel/cafa1994db1d8f9be796 to your computer and use it in GitHub Desktop.
Add Twitch social icon to WordPress.com themes using genericon font
.social-links ul a[href*='twitch.tv']:before {
content: '\f516';
}
@ryanmarkel
Copy link
Author

Just add this in your Appearance > Edit CSS custom stylesheet. (Assuming you are using Jetpack.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment