Created
July 8, 2017 18:07
-
-
Save sergeliatko/9185439c5526143015bf137a8b6207ce to your computer and use it in GitHub Desktop.
Add phone icon to clickable phone numbers in WordPress with dashicons
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
/* 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