Notifications
Clear all

Style [Solved] Fix Background Color on Reply Editor

3 Posts
2 Users
2 Reactions
610 Views
Posts: 62
Topic starter
(@diegopino)
Estimable Member
Joined: 6 years ago
Fix Background Color on Reply Editor Featurings.

Hi Community Wpforo.
i am performance my forum but not know how can change the color of background from:
  • Codigo Fuente
  • Spoiler
  • URL Links

The Background its white and the letter cannot see.

I have tried to fix that part but I don't know how to do it.
 
Anexo image previews:
 

Thanks in advance for Support Community WPFORO.

Gracias por el soporte
2 Replies
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @diegopino,

Insert the below CSS Codes in Custom CSS Codes field from Dashboard > Colors & Styls Tab:

body#tinymce {
    background: black;
    color: white;
}

#wpforo #wpforo-wrap.wpf-dark input[type="text"]{
    background: black !important;
    color: white !important;
}

div.mce-container .mce-flow-layout button {
    background: #000000 !important;
}
div.mce-container .mce-flow-layout {
    background: black !important;
    color: white !important;
}

.mce-container-body.mce-abs-layout .mce-textbox{
    background:black !important;
    color: white !important;
}
.mce-container-body .mce-abs-layout-item{
    color: black !important;
}
1 Reply
(@diegopino)
Joined: 6 years ago

Estimable Member
Posts: 62

@chris 😍 Thank you so much Chris for you support. 

I am very grateful for your help and support, happy day and greetings from Colombia.

Best Regards 👍 
Bye