Can I customise the header tags(h1,h2,h3…) in redactor editor?
问题 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? 回答1: 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