Skip to content

Instantly share code, notes, and snippets.

@sergeliatko
Created July 8, 2017 18:07
Show Gist options
  • Save sergeliatko/9185439c5526143015bf137a8b6207ce to your computer and use it in GitHub Desktop.
Save sergeliatko/9185439c5526143015bf137a8b6207ce to your computer and use it in GitHub Desktop.
Add phone icon to clickable phone numbers in WordPress with dashicons
/* clickable phone numbers */
a[href^="tel:"]:before
{
content: "\f525";
font-family: 'dashicons';
vertical-align: middle;
margin-right: 0.25em;
opacity: 0.65;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment