Craft 2.5+
- Download the ZIP file and extract
- Move the 'redactorfontcolor' to your 'craft/pugins/' directory
- Update your redactor config in 'craft/config/redactor/
Check your redactor field in Craft to see which config file it uses it will usually be either Custom.json, Simple.json or Standard.json
Add 'fontcolor' to the plugins array:
{
"buttons": [
"formatting",
"bold",
"italic",
"unorderedlist",
"orderedlist",
"link",
"image"
],
"plugins":[
"fontcolor",
"fullscreen",
"source",
"table",
"video",
],
"toolbarFixed": true,
"imageResizable": true,
"imagePosition": true
}
Any questions, bugs or feedback hit me up