Skip to content

Instantly share code, notes, and snippets.

@modcab
Created June 7, 2016 13:20
Show Gist options
  • Save modcab/a00c5db4c32836b6a9e23aa51678efbe to your computer and use it in GitHub Desktop.
Save modcab/a00c5db4c32836b6a9e23aa51678efbe to your computer and use it in GitHub Desktop.
Replace text with FontAwesome icon
.flex-control-nav a
{
visibility: hidden;
}
.flex-control-nav a:before {
visibility: visible;
font-family: FontAwesome;
font-size: 30px;
display: inline-block;
content: '\f137';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment