Created
August 25, 2015 21:01
-
-
Save moderatorwes/8c20149018fe5f56d6e7 to your computer and use it in GitHub Desktop.
Zendesk: Add Font Awesome icons beside category title wiry merchant theme
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
Make sure to add Font Awsome CDN to Document Head |
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
//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