Is there a way to add in the font awesome icons when creating the user profile fields like:
email
URL
phone
1) Which icons are being pulled in (so I can see my options)This depends from your template, for example Joomla default template called "Protostar" uses Bootstrap 2 glyphicons (https://getbootstrap.com/2.3.2/base-css.html#icons)
2) How do you remove the colons?
.jsn-l-field-title{font-size:0px;}.jsn-l-field-title .icon{font-size:15px;margin-right:10px}
@import url("https://use.fontawesome.com/releases/v5.7.1/css/all.css");