XF 2.1 Font Awesome in User Banners

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.
1563124768686.webp

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.
 
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.
View attachment 206442

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.
Hello,

You need to use FA 5 :

See :

Regards, SyTry
 
Top Bottom