Mar 26, 2023 8:31 am
Hello,
Everything is in the title. How to disable emoji with a php function and remove the button in the toolbar?
Thanks for your help.
Regards.
2 Replies
Mar 27, 2023 10:16 am
Hi @domi
Insert the below CSS Code in Custom CSS Field from wpForo > Setting > Colors & Styles Tab:
.mce-container.mce-flow-layout-item.mce-first.mce-last.mce-btn-group .mce-widget.mce-btn i.mce-ico.mce-i-emoticons{ display:none !important; }
Mar 27, 2023 6:24 pm
Ok thanks, it works very well!
Regards.