Good Morning.
I'm customizing the forum and changing what I do not want to use in the text editor.
Thanks to one of your support responses in an old theme I have disabled the option to put codes with CSS:
# wpforo-wrap .mce-toolbar .mce-btn button i.mce-i-code {
display: none;
}
# wpforo-wrap .mce-toolbar .mce-btn button i.mce-i-codesample {
display: none;
}
It has worked great.
I would like to know how I can disable the option to change the size of the font in the text editor, so that only the size that I have predetermined is used.
Greetings, thank you.
Hi Mikel,
use the following CSS code:
#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group #mceu_0.mce-btn.mce-listbox {
display: none !important;
}
Don't forget to delete all caches and do Ctrl+F5 on front-end.
It works perfect, thank you very much.
Just a note, you have responded so fast that you almost do it before I write the question 😉 .
Good plugin and great support, you are great.