Notifications
Clear all

[Closed] Threaded layout / hide font size in post editor

2 Posts
2 Users
0 Reactions
1,588 Views
Posts: 5
Topic starter
(@jayster)
Active Member
Joined: 5 years ago

hi there. i wanted to remove the option to choose the font size within the post editor.

ive seen this post:

https://wpforo.com/community/how-to-and-troubleshooting/delete-font-size-option-in-the-text-editor/#post-35929

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
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

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