CHANGE the SIZE of the FONT in HTML EDITOR TEXT AREA WORDPRESS
- Download Change-Size-HTML-EDITOR.zip
- Access http://…/wp-admin/plugin-install.php
- Upload Plugin , Choose file Change-Size-HTML-EDITOR.zip
- Press INSTALL NOW
- ACTIVATE PLUGIN. You will see the changes here http://…/wp-admin/post-new.php
Before

–
After

—-
—-
—–
Plugin change-size-html-editor.php
<!–?php /* Plugin Name: Change the Size of the Font in HTML Editor Plugin URI: https://zmeu.net/change-the-size-of-the-font-in-html-editor-text-area-wordpress Description: Change the Size of the Font in HTML Editor Version: 1.0 Author: ZMEU.NET Author URI: https:/zmeu.net/ */ add_action( ‘admin_head-post.php’, ‘we_fix_html_editor_font’ ); add_action( ‘admin_head-post-new.php’, ‘we_fix_html_editor_font’ ); /** * Change Font in HTML Editor * */ function we_fix_html_editor_font() { ?–></li>
</ol>
<style type=”text/css”>#wp-content-editor-container #content, #wp_mce_fullscreen { font: normal 23px/1.5 verdana !important; }</style>
[Total: 1 Average: 5/5]
You must sign to vote
Comments
comments
Tags: