Solution for the white text in white background
-
Today when i tested my websites for flaws i saw that the visual editor box text color had changed into white instead of black. This made the text invisible unless you highlighted the written text.
When i did some research on how to change it i saw that this problem goes back years.
Most forum threads didn’t even got solved.I have found a simple solution for this problem.
When i checked my source code i saw that the visual editor .css was located in public-html/wp-includes/css/editor.min.cssCall it a lucky guess but when i searched for ‘white’ it got me to this part of the code:
wp-editor-area{color:black}I changed it into wp-editor-area{color:white} and this solved my problem.
I hope this helps allot of frustrated people!.
- You must be logged in to reply to this topic.