Support Username Style and Threads change icon

Jonnyrock

Registered
Hi Admin
can you help me how can i make this username style and when thread is ansewered to have ansewered icon?

1953d8ed77d249358.png
thanks
 
Solution
extra.less
CSS:
/* ### User Banners ### */
.userBanner--admin {
    color: #fff;
    background-color: red;
    &:before {
        font-family: "Font Awesome 5 Pro";
        padding-right: 5px;
        content: "\f091"
    }
}

XenForo

Administrative
extra.less
CSS:
/* ### User Banners ### */
.userBanner--admin {
    color: #fff;
    background-color: red;
    &:before {
        font-family: "Font Awesome 5 Pro";
        padding-right: 5px;
        content: "\f091"
    }
}
 
Solution

Jonnyrock

Registered
extra.less
CSS:
/* ### User Banners ### */
.userBanner--admin {
    color: #fff;
    background-color: red;
    &:before {
        font-family: "Font Awesome 5 Pro";
        padding-right: 5px;
        content: "\f091"
    }
}
Hi admin i tried but didn't work,i put this in extra.less it is again similar.
I have other problem when go upvote ansewer correctly the text in article changes to white color how can i can change this color?

Screenshot_20210929-234827_Chrome.md.jpg
 

XenForo

Administrative
text in article changes to white color how can i can change this color?
Check out this section
admin.php?styles/NAMESTYLE/style-properties/group&group=color
Text basic
Content background
 
  • Tags
    rich username styles thread style
  • Back
    Top Bottom