Skip to content

Instantly share code, notes, and snippets.

@JiveDig
Last active December 19, 2015 15:28
Show Gist options
  • Save JiveDig/5976093 to your computer and use it in GitHub Desktop.
Save JiveDig/5976093 to your computer and use it in GitHub Desktop.
Create icon buttons (via Font Awesome) in the Latent theme for the Genesis Framework
<a class="button purple" href="#"><i class="icon-home icon-large"></i> Go Home</a>
<a class="button blue" href="#"><i class="icon-info-sign icon-large"></i> Button</a>
<a class="button green" href="#"><i class="icon-comment icon-large"></i> Comment</a>
<a class="button orange" href="#"><i class="icon-repeat icon-large icon-spin"></i> Refresh</a>
<a class="button red" href="#"><i class="icon-cog icon-large"></i> Settings</a>
<a class="button purple" href="#"><i class="icon-flag icon-large"></i> Press Me</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment