Question / Help OBS Studio restream.io chatbox can't get rid of blue background

weedismyflower

New Member
1549868032095.png

I put the following into the CSS

body {
background-color: rgb(0, 0, 0) !important;
}

.message-item {
background-color: rgb(0, 0, 0) !important;
}

.message-sender {
color: #255, 255, 255 !important;
}

.message-text {
color: #255, 255, 255 !important;
}

.message-time {
color: #255, 255, 255 !important;
}
 
Top