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

[Closed] Members page table background colors

3 Posts
2 Users
0 Reactions
6,126 Views
Posts: 2
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
(@kcscomer)
New Member
Joined: 8 years ago
[#6550]

First off, great forum software! Of all the options, wpforo is definitely a cut above many others in function, option and look.

URL:  https://kclionhearts.com/index.php/community/members/

I've just started in on building a new website and spent quite a bit of time figuring out how to get it to look just like I wanted. I will openly admit, I am an amateur.

For the most part, I'm good with how things look. All except the members page which has stumped me on how to adjust the colors of the boxes that show each member. Something is telling the boxes to be 2 different shades of gray, almost white and I have the page links color as white so every other member name is blending into the background of the boxes.

Please see screenshot to see what I mean.

Is there a way to change the colors being used for the table boxes behind the member info? If I could darken just the one, that would be fine but I will also happily settle for just darkening the whole table so the text shows up better.

I appreciate any help you can provide with this. I've been messin' with the color settings for ages and can't seem to figure out how to change these specifically.

Thanks. 🙂

wpforo supportscreen1

2 Replies
Robert
Posts: 10741
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
(@robert)
Support Team
Joined: 3 months ago

Hi kcscomer,

Here is a CSS code to make it look better. Put this code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches and press Ctrl+F5 on members page.

#wpforo #wpforo-wrap .wpforo-members-content table tr:nth-child(odd){background-color: #AAAAAA !important;}
#wpforo #wpforo-wrap .wpforo-members-content.wpfbg-7{background-color: #999999 !important;}
#wpforo #wpforo-wrap .wpforo-members-wrap .wpforo-members-content {border: none !important;}
#wpforo #wpforo-wrap #wpforo-stat-body {border: none !important;}
#wpforo #wpforo-wrap #wpforo-stat-header {border: none !important;}

1 Reply
(@kcscomer)
Joined: 8 years ago

New Member
Posts: 2
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

🤩 You are a fantastic human being! lol Thanks! That looks gorgeous!


Share: