Mar 20, 2018 6:43 pm
By default the text edit options are black, mine are white on white so you cannot see them unless you put the cursor on them
1 Reply
Mar 20, 2018 7:19 pm
Hi Devin Labroski,
Please use this CSS code, put it in Dashboard > Forums > Settings > Styles > Custom CSS Code Textarea, delete all caches and do Ctrl+F5 on forum front:
#wpforo #wpforo-wrap .wpf-post-create .mce-container-body{
color: #000;
}