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] How to remove font & other things from add post?

2 Posts
2 Users
1 Reactions
1,846 Views
Posts: 28
Topic starter
(@ashish)
Eminent Member
Joined: 7 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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;}