Notifications
Clear all

wpForo 1.x.x [Solved] Using wpForo Dark Them and get context white on white context menus

8 Posts
2 Users
0 Reactions
633 Views
Posts: 7
Topic starter
(@morosirus)
Active Member
Joined: 4 years ago

White on white context menus. How to fix'em? Please see attachment:

7 Replies
Posts: 7
Topic starter
(@morosirus)
Active Member
Joined: 4 years ago

Autoincorrect murdered my title:

”Using wpForo Dark Theme and get white on white context menus”  

Posts: 7
Topic starter
(@morosirus)
Active Member
Joined: 4 years ago

Nvm. Found it here LINK. Had to use both sets of codes, though.

5 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4772

As far as I understand the issue is solved, isn't it?  Can we mark this topic as solved?

(@morosirus)
Joined: 4 years ago

Active Member
Posts: 7

@sofy Nope. I thought so. But I was wrong. The content of the text fields is still white on white.

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4772

@morosirus,

Use the CSS code below: 

.mce-combobox input, #wp-link .query-results, .mce-textbox {
color: #060606 !important;
}

You can change the red marked value as you like. 

(@morosirus)
Joined: 4 years ago

Active Member
Posts: 7

@sofy That did the trick. Any idea why a stock installation would have this error? I don't believe my WP settings would have made that kind of impact. 

If you like, you can reply and close the case. I don't need to follow up on a solved issue.

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4772

This may be a CSS conflict with the theme or other active plugins.