Apr 27, 2025 9:21 pm
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
Apr 28, 2025 10:00 am
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/