Notifications
Clear all

Style [Solved] Members info cannot be read on dark style

3 Posts
2 Users
2 Likes
483 Views
spider
Posts: 58
Topic starter
(@spider)
Trusted Member
Joined: 6 years ago

On the attached file, the left picture is the default while using dark style theme. The text should be selected to see.

2 Replies
Tutrix
Posts: 1247
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @spider

try

#wpforo #wpforo-wrap .wpf-profile-section .wpforo-members-wrap .wpf-members-info {
   color: #000000 !important;
}
1 Reply
spider
(@spider)
Joined: 6 years ago

Trusted Member
Posts: 58

@tutrix That solved the issue. Thank you.