Hi David,
It should be in the /rx_resources/tinymce/config/customer_config_override.json location. If the file is not there you can create it:
Here is an example that specifies the custom styles used in the Rich Text Editor.
[{
“fields”: [
“percRichTextAsset.text”
],
“style_formats_merge”: true,
“style_formats”: [
{ “title”: “Custom Styles2”,“items”: [
{ “title”: “Custom Body text 1”, “classes”: “perc-body-text-1”,“inline”: “span”},
{ “title”: “Custom text 2”, “classes”: “perc-body-text-2”,“inline”: “span”},
{ “title”: “Custom Box 1”,“classes”: “perc-box-1”,“inline”: “span”},
{ “title”: “Custom Box 2”,“classes”: “perc-box-2”,“inline”: “span”},
{ “title”: “Custom Box 3”,“classes”: “perc-box-3”,“inline”: “span”},
{ “title”: “Custom List 1”,“classes”: “perc-list-1”,“inline”: “span”},
{ “title”: “Custom List 2”,“classes”: “perc-list-2”,“inline”: “span”},
{ “title”: “Custom List 3”,“classes”: “perc-list-3”,“inline”: “span”},
{ “title”: “Custom Quote 1”,“classes”: “perc-quote-1”,“inline”: “span”},
{ “title”: “Custom Quote 2”,“classes”: “perc-quote-2”,“inline”: “span”},
{ “title”: “Custom Table 1”,“classes”: “perc-table-1”,“inline”: “span”},
{ “title”: “Custom Table 2”,“classes”: “perc-table-2”,“inline”: “span”},
{ “title”: “Custom Title 1”,“classes”: “perc-title-1”,“inline”: “span”},
{ “title”: “Custom Title 2”,“classes”: “perc-title-2”,“inline”: “span”}
]
}
] }]