Skip to content

Instantly share code, notes, and snippets.

@Roy-Oto
Created May 6, 2021 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Roy-Oto/b574b64adf1a83e824030251aa1d943f to your computer and use it in GitHub Desktop.
Save Roy-Oto/b574b64adf1a83e824030251aa1d943f to your computer and use it in GitHub Desktop.
How to put an icon in front of the title
div.wpforms-container-full .wpforms-form .wpforms-field-label:before {
content: '\f1d8';
font-family: "Font Awesome 5 Free";
margin-right: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment