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:
Back
Top Bottom