Atmazphere
Member
Hi,
I'm looking to create custom banners for user groups, however, the FA icons don't want to load. I'm basing it off the way I did it before in version 1.5.
As you can see, the icons don't appear.

I have added the following code to app_user_banners.less
	
	
	
		
Any help is appreciated.
				
			I'm looking to create custom banners for user groups, however, the FA icons don't want to load. I'm basing it off the way I did it before in version 1.5.
As you can see, the icons don't appear.

I have added the following code to app_user_banners.less
		Code:
	
	    &.userBanner--Administrator{color: white; background-color: #FE2E2E; border-color: #c14d4d;}
    &.userBanner--Administrator:before{content: "\f0e3";font-family: FontAwesome;padding-right: 4px;}
	Any help is appreciated.