admin管理员组

文章数量:1403480

I've updated the latest WordPress to the latest version and installed the classic editor for the editor. But when switch to the text mode font shows in white color.

I've updated the latest WordPress to the latest version and installed the classic editor for the editor. But when switch to the text mode font shows in white color.

Share Improve this question edited Feb 4, 2019 at 11:07 fuxia 107k39 gold badges255 silver badges459 bronze badges asked Feb 4, 2019 at 7:09 Aparna MathewAparna Mathew 1651 gold badge2 silver badges9 bronze badges 7
  • It's better you enable the WP_DEBUG in your WordPress to see the current error. – Mostafa Soufi Commented Feb 4, 2019 at 7:18
  • codex.wordpress/WP_DEBUG – Mostafa Soufi Commented Feb 4, 2019 at 7:18
  • I've enabled WP_DEBUG, But no issues found – Aparna Mathew Commented Feb 4, 2019 at 9:47
  • It' seems there are inline CSS in your theme or WordPress and you can see that with Inspect in your browser. – Mostafa Soufi Commented Feb 4, 2019 at 10:12
  • Yes, when I inspected the font is white as mentioned in the question. the css is .js .tmce-active .wp-editor-area { color: #fff; } this makes the font color white – Aparna Mathew Commented Feb 5, 2019 at 11:22
 |  Show 2 more comments

1 Answer 1

Reset to default 0

Add below new constant in your wp-config.php

define('CONCATENATE_SCRIPTS', false);

If the cache enabled in your WordPress, try to clear the cache.

本文标签: Classic Editor text font color is white after installing the latest version of wordpress