![]() |
|
Tinymce4 source code font size. - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: Tinymce4 source code font size. (/thread-13323.html) |
Tinymce4 source code font size. - ctdlg - 18-09-2019 Hello, I try to increase the font size of the Tinymce4 source code dialog box.(back-end) The admin editor does use my config according to those pages (font size is larger in my Tinymce editor window), but the text in the source code box is unchanged. Tinymce4 source code font size. - acrylian - 18-09-2019 Yes, the custom CSS way our docs describe are for the formatted editor view and not the source code view. It might be possible but you might need to find out the classes tinyMCe adds and add defines for those to the custom content_css file. Tinymce4 source code font size. - ctdlg - 20-09-2019 Problem solved : I've added } i know this is not the right way because on next update, my setting will be erased, but it does work. Tinymce4 source code font size. - acrylian - 20-09-2019 Haven't you tried doing this via the custom.css file? I have not tried but I believe that should work as well, perhaps with an Otherwise you can also create your own skin and a custom config file using it to avoid overwriting. |