AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

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

2 Posts
2 Users
0 Reactions
2,031 Views
Posts: 5
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@jayster)
Active Member
Joined: 6 years ago
[#11998]

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: 10746
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@robert)
Support Team
Joined: 3 months 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;
}

Share: