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.
Feb 01, 2020 12:04 pm
hi there. i wanted to remove the option to choose the font size within the post editor.
ive seen this post:
i t works quite fine for the simplified template to hide the font size in the editor.
in the threaded template the font size selection is still available (after clicking to create a new topic > choosing the subforum).
any idea how to solve that?
cheers, jayster
1 Reply
Feb 02, 2020 11:02 am
Hi @jayster,
Use this CSS code. Don't forget delete all caches and press Ctrl+F5 on forum front to refresh browser cache
#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
display: none !important;
}