Notifications
Clear all

body#tinymce 12px font-size

2 Posts
2 Users
0 Reactions
170 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: 5286
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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