Anonymous
Unregistered
Posted 1 year ago #
Hi,
Wondered if someone could help resolve this relatively easy question.
I've just noticed that the text in the HTML Visual Editor section is really small and also the text in some of the Settings input boxes is equally as small. (ie. Blog Title)
Could some point me in the right direction as to which .css or .php file / code section I need to change?
Thanks, Ian.
To change the font size in the post editor (where you write the actual post) find this file:
http://www.yoursite.com/wp-includes/js/tinymce/wordpress.css
Where yoursite.com is your domain name.
On line 17 font size is set to 13px. Increase to get it bigger and descrease for smaller.
The Page/Post title is in the following css file:
http://www.yoursite.com/wp-admin/wp-admin.css
line 1005 and again change the font size to what you want it to be.