Hi! I already have custom emoticons and i don't need the ones in the editor. How can i hide the button?
Thanks!
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.
Hi @wafadul,
You can use this CSS code in Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches and refresh the front-end:
#wpforo-wrap .mce-toolbar .mce-btn-group .mce-btn.mce-last{
display: none;
}
Is there a way to replace the top link icon of the traditional ones with the floating new one?