Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

body#tinymce 12px font-size

2 Posts
2 Users
0 Reactions
325 Views
Posts: 8
Topic starter
(@churchjunction)
Active Member
Joined: 2 years ago

in the editor the default px = 11px as shown in your forum as well. I want it to default 12px I have triedΒ 
body#tinymce p, #wpforo #wpforo-wrap textarea {
font-size: 12px !important;
}
but still unable to force in your forum. Any ideas how to chase this down??

1 Reply
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi,

Please add the hook code provided here to your active theme’s functions.php file: https://wpforo.com/community/how-to-and-troubleshooting-2/post-and-reply-editor-show-11pt-font-size/#post-36802

If you're not familiar with adding custom code safely, this article should help:
https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/

Reply