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.
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; }