How do you remove emojis from the new comments? That is the worst thing that you can have on a business network. NOT if they can not be removed, how do I revert back to the old version!
Like
How do you remove emojis from the new comments? That is the worst thing that you can have on a business network. NOT if they can not be removed, how do I revert back to the old version!
without changing the code of the app you could add some css to your theme:
.comment-group-icon { display:none !important;}
You are a miracle worker. Thank you so much.
without changing the code of the app you could add some css to your theme:
.comment-group-icon { display:none !important;}