Hi! I already have custom emoticons and i don't need the ones in the editor. How can i hide the button?
Thanks!
Hi! I already have custom emoticons and i don't need the ones in the editor. How can i hide the button?
Thanks!
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?