1 |
|
---|---|
Posted by | How to change color of mention-message in CSS |
sariellalime 🔥 (#69452) Untitled View Forum Posts Posted on 2024-09-06 08:27:41 |
Cant figure out how to change color of mention-message in chat box. I am changed everything what i wanted in chat, but those messages when someone pinging me - no! As a base i am using template CSS code from Katie. I tried experiment a little with code, tried write "#s-chat-message_mention" or ".s-chat-message-mention" and many other variants with this class but it doesnt work. I dont very know CSS, understanding it more through experiments, so i can't figure out myself =-/ Just how it looks in my CSS, so you understand why i cant just keep it x-) If it would help - not fully opened source code of mention-message 1 player likes this post! Like? Edited on 08/09/24 @ 05:45:25 by sariellalime 🔥 Lion Meat raff (#69452) |
123heaven (#108477)
Lone Wanderer View Forum Posts Posted on 2024-09-08 05:39:22 |
Hi! Maybe try the following? It's very similar to what you wrote in your post, but I can't think of anything else... #chatMessageList[data-pings="enabled"] .s-chat-message_mention { background-color: #COLOUR-HEX-HERE !important; 1 player likes this post! Like? |
sariellalime 🔥 (#69452)
Untitled View Forum Posts Posted on 2024-09-08 05:45:29 |
Oh, thank you very much! Dont thinked about it. Its worked, yeah! =-) 1 player likes this post! Like? |
123heaven (#108477)
Lone Wanderer View Forum Posts Posted on 2024-09-08 05:49:27 |
1 |
---|