Not sure why this doesn’t work… I’d like to replace the comment
icon used for chat:
I have fa-pro icons plugin installed. in the browser inspector i can replace it with fal-comments
:
But from the theme it doesn’t work:
api.replaceIcon('comment', 'fal-comments');
Actually, I can’t replace it with any other icon, e.g. api.replaceIcon('comment', 'cog');
doesn’t work either. api.replaceIcon('bars', 'fal-comments');
would work though:
Anyone tried to replace the comment icon for chat already and figured this out?