Last active
May 4, 2022 14:07
-
-
Save rali14/21ed9bc0f5f773db568af0c054399b53 to your computer and use it in GitHub Desktop.
Custom Icon for Custom Field Widget
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
#jmfe_widget-2 > h1:before { /* Replace the ID (jmfe_widget-2) with the widget ID from Step 1 */ | |
content: '\f35b'; /* replace the content here with the icon you would like to use.*/ | |
display: inline-block; | |
font-family: Ionicons; | |
speak: none; | |
font-style: normal; | |
font-weight: 400; | |
font-variant: normal; | |
text-transform: none; | |
text-rendering: auto; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment