Less for name color to specific user

xF2 Template Modification Less for name color to specific user

Compatible XF Versions
2.1
It is enough to add such code to extra.less.

Less:
.username-user-id (@userId; @color; @sh-color: false) {
    [class^="username"] {
        .username[data-user-id="@{userId}"] & {
            color: @color;
            &...
You do not have permission to view the full content of this resource. Log in or register now.
Author
DareSec
Views
820
Last update
Rating
0.00 star(s) 0 ratings

More resources from DareSec

Top