Notifications
Clear all

[Closed] How to change the color of primary group

6 Posts
2 Users
0 Reactions
474 Views
Posts: 30
Topic starter
(@martinentrp)
Trusted Member
Joined: 2 years ago

How to change the oval color of primary group?

5 Replies
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @martinentrp,

Please provide forum URL

Posts: 30
Topic starter
(@martinentrp)
Trusted Member
Joined: 2 years ago

Is there any way that you can change color on that specific usergroup, like different primary usergroup different colors each

1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@martinentrp,

Navigate to Dashboard > Usergroups, edit the needed usergroups and change the user group color.

Posts: 30
Topic starter
(@martinentrp)
Trusted Member
Joined: 2 years ago

i already did that and it just changed the color name of a member but not the oval shape around it

1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@martinentrp,

Use the below CSS Code:

#wpforo #wpforo-wrap .wpf-member-title.wpfut{
    border-color: red !important;
}
#wpforo #wpforo-wrap .wpf-member-title.wpfut.wpfsut{
    border-color: green !important;
}