I've used the plugins of redactor editor to change the font size and font color of text. It's working fine in other tags except the header. Don't understand why..
I've tried this
$('#redactor').redactor({
focus: true,
plugins: ['fontcolor', 'fontsize'],
formatting: ['p', 'blockquote', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6'],
});
Any help?
You can format the text by adding CSS!
By adding classes to the elements, you could style them like you want to
See the documentation or the example below for more information!
HTML:
JS:
CSS: