Posted by CSS not working for Chat Box & another questio

Eviligo (#192392)

Impeccable
View Forum Posts


Posted on
2024-04-17 04:41:48
i made a css for my den and all of it is working fine, except the chat box. it is staying as its original colours.

as you can see everything else is working fine but the colours on the actual chat box arent changing.

this is my code for the chat box:

i would really appreciate it if anyone could help me as to why this is happening :)

additionally, i was wondering what code would let me change the look of the 'switch account' button.

thank you :)



Hrt Icon 0 players like this post! Like?

Freyja (#227242)

King of the Jungle
View Forum Posts


Posted on
2024-04-21 13:06:15
These are the exact lines I use for the chat box, copied from Katie (#106445)'s template.

/* CHAT */

.s-chat-message:nth-child(even) /* Even Numbered Messages */ {
background: rgba(0,0,0,0) !important;
color: #000000 !important;
border: none !important
}

.s-chat-message:nth-child(odd) /* Odd Numbered Messages */ {
background: rgba(0,0,0,0) !important;
color: #000000 !important;
border: none !important
}

.s-chat-message__pinned /* Pinned Message */ {
background: rgba(0,0,0,0) !important;
color: #000000 !important;
border: none !important
}

.s-chat-message_timestamp /* Timestamps */ {
color: #000000 !important;
}

div#chatMessageContainer {
border: none !important;
}

button#label_currentChannel /* Channel Button ie. Main, Sales */ {
background: rgba(0,0,0,0) !important;
color: #000000 !important;
border: none !important
}



Hrt Icon 1 player likes this post! Like?

Freyja (#227242)

King of the Jungle
View Forum Posts


Posted on
2024-04-21 13:07:57
And this is the code for the switch account button, taken from the same source

/* SWITCH ACCOUNT BUTTON */

button.button, button.button:hover {
background: rgba(0,0,0,0);
border: none !important;
border-radius: 0px;
text-shadow: none !important;
color: #000000 !important
}

I hope this helps!



Hrt Icon 1 player likes this post! Like?

Eviligo (#192392)

Impeccable
View Forum Posts


Posted on
2024-04-21 13:47:48
both worked thank you very much!



Hrt Icon 0 players like this post! Like?







Memory Used: 621.16 KB - Queries: 0 - Query Time: 0.00000 - Total Time: 0.00335s