Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and weβll resume our usual support by the end of August.
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.