Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Style [Solved] Fix Background Color on Reply Editor

3 Posts
2 Users
2 Reactions
1,145 Views
Posts: 60
Topic starter
(@diegopino)
Estimable Member
Joined: 7 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: 3611
(@chris)
Famed Member
Joined: 4 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: 7 years ago

Estimable Member
Posts: 60

@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