CarpCharacin
Registered
Is there any way I can add font awesome icons to group banners? I want to add a star for admins and a shield for moderators.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.userBanner.bannerStaff:before {
color: #FFF;
content: "\f007";
font-family: FontAwesome;
font-weight: normal;
margin-right: 5px;
}
Ok I did that, and the icons don't show on the staff banner. I want to ideally add font awesome icons to group specific banners since I don't have the staff banner enabled.