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.
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??
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/