Notifications
Clear all

wpForo 1.x.x [Closed] Members page table background colors

3 Posts
2 Users
0 Likes
3,894 Views
Posts: 2
Topic starter
(@kcscomer)
New Member
Joined: 6 years ago

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. 🙂

2 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years 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: 6 years ago

New Member
Posts: 2

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