Hi all,
Not urgent at all. My community is going to stick with only supporting like reactions. I would like to change the emoji to thumbs up. But when I add my CSS, I get this error. "Your request contains invalid 4-byte characters (e.g. Emoji characters). Please go back, remove those special characters, and try your request again."
Is there any way around this?
Here is my code
/*Love Icon*/
.emoji { visibility: hidden; position: relative; }
.emoji:after { visibility: visible; position: absolute; top: 0; left: 0; content:ð; }