Creating custom User banner styling

Creating custom User banner styling

Btw, adding the above code totally broke the header area of my site. :D
Replace your code with this one, as the Font Awesome syntax has changed since this resource was released.
Less:
.userBanner.userBanner--skyBlue {
    &:before {
        .m-faIcon(@fa-var-solid-house);
        padding-right: 4px;
    }
}
 
Replace your code with this one, as the Font Awesome syntax has changed since this resource was released.
Less:
.userBanner.userBanner--skyBlue {
    &:before {
        .m-faIcon(@fa-var-solid-house);
        padding-right: 4px;
    }
}
Mixed Martial Arts Win GIF by UFC


Thank you as always!
 
Replace your code with this one, as the Font Awesome syntax has changed since this resource was released.
Less:
.userBanner.userBanner--skyBlue {
    &:before {
        .m-faIcon(@fa-var-solid-house);
        padding-right: 4px;
    }
}
Solved my forum X 2.3
thanks
 
this old one broke my code XF2.2 OK / 2.3 ERROR

.userBnner.userBnner--administrador
{
&:before {
.m-faBase();
.m-faContent(@fa-var-star);
padding-right: 2px;
}
}
 
Last edited:
How would you add two stars to a user banner? I used the code to add one but would like to add two.
This was playing on my mind and I just saw an answer from a staff member and thought of this. I believe that will do exactly what your looking for.

 
This was playing on my mind and I just saw an answer from a staff member and thought of this. I believe that will do exactly what your looking for.

Thanks - that's really helpful :-)
 
Back
Top Bottom