Notifications
Clear all
Mar 26, 2023 12:31 pm
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.
wpForo Version
last
WordPress Version
last
2 Replies
Mar 27, 2023 2:16 pm
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 10:24 pm
Ok thanks, it works very well!
Regards.