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

[Solved] Delete font size option in the text editor

5 Posts
4 Users
1 Reactions
2,756 Views
Posts: 7
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
(@mikel)
Active Member
Joined: 8 years ago
[#6432]

Good Morning.

I'm customizing the forum and changing what I do not want to use in the text editor.

Thanks to one of your support responses in an old theme I have disabled the option to put codes with CSS:

# wpforo-wrap .mce-toolbar .mce-btn button i.mce-i-code {
Β Β Β Β  display: none;
}
# wpforo-wrap .mce-toolbar .mce-btn button i.mce-i-codesample {
Β Β Β Β  display: none;
}

It has worked great.

I would like to know how I can disable the option to change the size of the font in the text editor, so that only the size that I have predetermined is used.

Greetings, thank you.


4 Replies
Sofy
Posts: 5774
 Sofy
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
(@sofy)
Support Team
Joined: 8 years ago

HiΒ Mikel,

use the following CSS code:

#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group #mceu_0.mce-btn.mce-listbox {
display: none !important;
}

Don't forget to delete all caches and do Ctrl+F5 on front-end.


2 Replies
(@jayster)
Joined: 6 years ago

Active Member
Posts: 5
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

@sofy hi there. it 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

Β 


Robert
Admin
(@robert)
Joined: 3 months ago

Support Team
Posts: 10746
Sofy
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 Please open a new topic.

Β 


Posts: 7
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
(@mikel)
Active Member
Joined: 8 years ago

It works perfect, thank you very much.

Just a note, you have responded so fast that you almost do it before I write the question 😉 .

Good plugin and great support, you are great.


Share: