CSS Change username color for entire Custom Groups, works sometimes then doesn't?

Hello,

It should work like this :arrow_down_small:

.names span {
  &.group--GroupName a {
    color: red;
  }
}

But I’ve made a quick theme component for this now. :slightly_smiling_face:

Here you can simple set up this.

groupname;color

6 Likes