Notifications
Clear all

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.

 

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

2 Posts
2 Users
0 Reactions
1,706 Views
Posts: 5
Topic starter
(@jayster)
Active Member
Joined: 6 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: 10616
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;
}