Text Editor Styles Menu Item Greyed Out
Permalink
Ho everyone I have an issue when I put a block of text into edit mode and click on the styles menu it is greyed out and does not give me the option to select the styles that I have written in the typography.css file. I have checked if it is linked in the head.php file which it is.
Anyone had this issue and resolved it?
Thanks Gerard.
Anyone had this issue and resolved it?
Thanks Gerard.
I think you need to add the method getThemeEditorClasses to your page_theme.php. This is how you say which custom CSS classes the user can add in the editor.
See:
https://documentation.concrete5.org/developers/designing-for-concret...