Notifications
Clear all

Style [Closed] WpForo Dark Theme not applying to child windows

2 Posts
2 Users
0 Reactions
448 Views
Posts: 1
Topic starter
(@gensiddy)
New Member
Joined: 1 year ago

Hello, I've been quite happy with WpForo's integratability into WordPress.  So far so good, I'm generally pretty happy with it.

One issue that's bugging me: I selected the WpForo "Dark" theme.  For the most part it's working fine--but any "child windows" (i.e. "Add Link", "Notifications", etc.) are all bleach-white, rendering them effectively useless.  (See attached screenshot.)

I've dug into the CSS from Firefox Developer tools, and in each case, there's a "background-color: #FFF" on the offending items.  What confuses me about that, is that none of the WpForo theme colors are bleach-white.

Can I solve this at the root without just blanketing CSS "!important" on top of problem CSS?

1 Reply
Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @gensiddy,

Try this css code. Put it in Dashboard > wpForo > Colors & Styles > Custom CSS Code textarea and delete all caches:

.mce-window .mce-container-body.mce-abs-layout .mce-widget{
    color: #333 !important;
}