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;
}