AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] user group color

7 Posts
3 Users
0 Reactions
5,801 Views
Posts: 120
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@franricht)
Estimable Member
Joined: 8 years ago
[#7638]

Hello colleagues, I do not know how to change the color to a new group of users that I have created:

Does anyone know where the color changes to make it look more?


6 Replies
Sofy
Posts: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 years ago

Hi FranRicht,

The options to manage Usergroup colors are located in Dashboard > Forums > Usergroup admin page. 


1 Reply
(@franricht)
Joined: 8 years ago

Estimable Member
Posts: 120
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Posted by: Sofy

Hi FranRicht,

The options to manage Usergroup colors are located in Dashboard > Forums > Usergroup admin page. 

But that helps me to change the color of the name (in the Nuriphoto example in dark blue).
But what I want to change is the color of the box where Expert @ says.
In the picture you see, I do not know if I've explained myself, I'm sorry.


Posts: 11
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@ernesto)
Eminent Member
Joined: 8 years ago

Hi @FranRicht, you have to use custom css code to accomplish that. Open wordpress custom css page and add the following code;

span.wpf-member-title.wpfut.wpfug-7 {

background#000;

}

This makes the box full black. You can change #000 to any color you prefer. And to change font color simply add following code after background,

color: #yourcolorcode;

Note that, if this does not work for you, probably some other css code is overwriting yours. Just add !important eg;

color: #000 !important;


Posts: 120
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@franricht)
Estimable Member
Joined: 8 years ago

It works!!!!, but what does not work for me is changing the color of the letter:

span.wpf-member-title.wpfut.wpfug-7 {

background: #81F7F3; color: #ffffff; !important;

}

I do not know if I put it right But thank you very much anyway


Posts: 11
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@ernesto)
Eminent Member
Joined: 8 years ago
This is the correct way;

span.wpf-member-title.wpfut.wpfug-7 {
background: #81F7F3;
color: #ffffff !important;
}

Page 1 / 2
Share: