@danielabc I already tried the CSS code on my forum and it works. ![]()
I can imagine that you are the moderator of the forum, try with yourself before forming the groups.
// Colorir nome por grupo
.names {
span.moderator a {
background: linear-gradient(to right,#BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
span.moderator a::after {
content:"★";
margin-left: 2px;
}
}