Skip to content

Instantly share code, notes, and snippets.

@rali14
Last active May 4, 2022 14:07
Show Gist options
  • Save rali14/21ed9bc0f5f773db568af0c054399b53 to your computer and use it in GitHub Desktop.
Save rali14/21ed9bc0f5f773db568af0c054399b53 to your computer and use it in GitHub Desktop.
Custom Icon for Custom Field Widget
#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