Hello
With this plug-in you can Change default post text size/font in all styles that you have.
Install:
In Admin CP
Go to Plugins & Products >> Add New Plugin
Hook Location: postbit_display_complete
Title: change Message font
Execution Order: don't change
Plugin PHP Code: You can change font size, face, and color as you like.
Code:
Code:
$post['message']="<font size='4' face='Comic Sans MS' color='#FF0000'>".$post['message']."</font>";
Plugin is Active: Yes
Then Click: Save
Notice: This plug-in working with: 3.5.x, 3.6.x, and 3.7.x.