Add text color to tinymce

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi all,
I'm using nop 3.8,
Does anybody know how to add a text color picker to tinymce?

Thanks,
Lior.
6 years ago
I wanna know also :)
6 years ago
Please have a look at following post.

Hope that help :)
3 years ago
For adding text color toTinyMCE you need to follow  the below steps.
- Go to Admin > Configuration > Settings > All Settings (Advanced)
- Filter this setting key: admin area settings.rich editor additional settings, edit it.
- Put following text to its value:
settings.plugins.push('textcolor'); settings.toolbar += ' | forecolor backcolor';

Also, there are few issues people generally face with TinyMCE while copy/paste text to the editor from the document. I prefer PasteitCleaned and It’s an amazing plugin that handles copy/paste from Word, Excel, PowerPoint, PDF, Websites, Paint, etc.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.