Is there anyway that I can hide the annoy text "This CKEditor 4.14.0 version is not secure." in v4.14? I prefer to stay with the old version.
The old version is pretty much "classic".
Is there anyway that I can hide the annoy text "This CKEditor 4.14.0 version is not secure." in v4.14? I prefer to stay with the old version.
The old version is pretty much "classic".
You can simply add the following to the admin's site-specific-styles.php:
Code:.cke_notifications_area { display: none; }
That make senses. I haven't noticed that there was a file called "site-specific-styles.php" until you reminded me...
Thanks again.
Bookmarks