Notifications
Clear all

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

2 Posts
2 Users
1 Likes
1,419 Views
Posts: 28
Topic starter
(@ashish)
Eminent Member
Joined: 5 years ago

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.

1 Reply
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years 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;}