Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Genestoy Posted June 17, 2017 Posted June 17, 2017 Does anybody know how to edit the font sizes in the drop down in the editor? I need to remove some of the larger ones or they will be mis-used! Thanks
clearvision Posted June 20, 2017 Posted June 20, 2017 @Genestoy I'm really not stalking you but try putting this at end of globalTemplate <script> $( document ).ready(function() { if( typeof(CKEDITOR) !== "undefined" ) { CKEDITOR.config.fontSize_sizes = '8/8px; 9/9px; 10/10px; 11/11px; 12/12px; 14/14px; 16/16px; 18/18px; 20/20px;'; } }); </script> You can change available sizes via pattern 8/8px; This will apply to all richtextboxes on front pages of your site.
Genestoy Posted June 20, 2017 Author Posted June 20, 2017 clearvision, you can stalk me anytime you keep coming up with ways to help me that script worked perfect!!! THANK YOU!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.