Feb 12, 2023 6:57 pm
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
Feb 14, 2023 10:02 am
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;
}



