Hi @samg1205,
I seem to just be getting boxes in place of the icons that you can set under the member fields section such as fa-address-card
Please, use the following CSS code:
.wpf-label.wpfcl-1 i{
font-family: fontAwesome;
}
There is another CSS conflict. Below is providing CSS code that will solve that conflict as well.Â
#wpforo-wrap .wpf-field-wrap .wpf-field-icon {
top: 5px !important;
font-style: normal !important;
font-family: "fontAwesome";
}
All CSS codes should be added in the Dashboard > Forums > Settings > Styles admin page in the "Custom CSS Code" textarea.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.