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

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Closed] How to remove font & other things from add post?

2 Posts
2 Users
1 Reactions
2,277 Views
Posts: 28
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
(@ashish)
Eminent Member
Joined: 7 years ago
[#7490]

See this image I have attached and suggest me any CSS code to remove these things. because website members using these in wrong manner. So I want to remove these.

Thanks for this awesome plugin.

Remove these features from descriptions box in WPFORO

1 Reply
Robert
Posts: 10716
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: 2 months ago

Hi @ashish,

Please put this CSS code in Dashboard > Forums > Settings > Styles Tab > Custom CSS Code textarea. Save it, delete all caches, go to forum front-end and press Ctrl+F5 to reset browser cache:

#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group #mceu_0,
#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group #mceu_4,
#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group #mceu_5,
#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group #mceu_16,
#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group #mceu_17,
#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group #mceu_18,
#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group #mceu_19,
#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group #mceu_20,
#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group #mceu_21{display:none;}

Share: