Colored box for group name

This thread should be helpful – look at the CSS in the last post of the thread to see the technique used:

Specifically this bit :point_down:

// This is the user title color
    .group-Employee>article>.row>.topic-body>.topic-meta-data>.names>.user-title {
    background-color: #4c3319;
}
3 Likes