K krillian New member Pronouns he/him Oct 3, 2023 #1 hi!! i'm editing the scolling chat (with emotes only option) and i'd love if there was a way to only include the first emote out of every message. i'd have edited it on my own but i'm not sure how Upvote 0
hi!! i'm editing the scolling chat (with emotes only option) and i'd love if there was a way to only include the first emote out of every message. i'd have edited it on my own but i'm not sure how
Zaytri Glitch Witch Admin Developer Streamer Pronouns she/her Twitch zaytri YouTube imZaytri TikTok imZaytri Twitter imZaytri Website https://zaytri.com/ Oct 3, 2023 #2 I guess if you'd want an easy way to do that you could add this to the CSS: CSS: .emote:not(:first-of-type) { display: none; }
I guess if you'd want an easy way to do that you could add this to the CSS: CSS: .emote:not(:first-of-type) { display: none; }
OP OP K krillian New member Pronouns he/him Oct 16, 2023 #3 I added that and it worked well! Thank you very much!!