The forum operates in read-only mode. Please head to StackOverflow for support.
var editor1 = CKEDITOR.replace( 'textarea', {contentsCss: "body {font-size: 40px;}"} );
$(function() { var config = { toolbar: [ ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], ['NumberedList','BulletedList','-','Blockquote'], ['Styles','Format'], ['Undo','Redo','-','Find','Replace','-','SelectAll'], ], contentsCss: ["body {font-size: 18px;}"], /*uiColor: ['#ff0000'],*/ }; $('.description_editor').ckeditor(config); });
Re: Change default font size
var editor1 = CKEDITOR.replace( 'textarea', {contentsCss: "body {font-size: 40px;}"} );Re: Change default font size
Re: Change default font size
Re: Change default font size
$(function() { var config = { toolbar: [ ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], ['NumberedList','BulletedList','-','Blockquote'], ['Styles','Format'], ['Undo','Redo','-','Find','Replace','-','SelectAll'], ], contentsCss: ["body {font-size: 18px;}"], /*uiColor: ['#ff0000'],*/ }; $('.description_editor').ckeditor(config); });