Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Created August 25, 2015 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moderatorwes/8c20149018fe5f56d6e7 to your computer and use it in GitHub Desktop.
Save moderatorwes/8c20149018fe5f56d6e7 to your computer and use it in GitHub Desktop.
Zendesk: Add Font Awesome icons beside category title wiry merchant theme
Make sure to add Font Awsome CDN to Document Head
//Font Awesome icons before category
$( "section.category:nth-child(1) a " ).before('<i class="fa fa-heart"></i> ');
$( "section.category:nth-child(2) a " ).before('<i class="fa fa-bolt"></i> ');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment