مربع ملون لاسم المجموعة

Hi,
I’ve seen that multiple forums out there seem to have customised discourse to add a blue box around the group name for staff members. Do you know how this could be done?

Here are a few examples:

إعجابَين (2)

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 إعجابات

شكرًا لك على مساعدتك.
مع هذا الإعداد، تمكنت من جعله يبدو هكذا.
04

.group-Staff>article>row>topic-body>topic-meta-data>names>user-title {
  background-color: #66d0fa;
  border-radius: 10%;
  color: #fff;
}  

هل لديك أي فكرة عن كيفية تغيير لون النص إلى الأبيض؟

إعجاب واحد (1)