Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Last active August 29, 2015 14:16
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/69ad6a1c4663e30cfd8a to your computer and use it in GitHub Desktop.
Save moderatorwes/69ad6a1c4663e30cfd8a to your computer and use it in GitHub Desktop.
Zendesk: Add FontAwesome icons beside Promited Articles Titles
.promoted-articles li:before {
font-family: FontAwesome;
content: '\f0f6';
color: #000;
display: inline-block;
}
<!--This code goes in your document head -->
<!-- Font Awesome -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment