Daily Lucky Numbers:
1
11
12
36
45
48

chat background

Started by vince, September 04, 2021, 06:09:14 PM

Previous topic - Next topic

vince

is there a way to change the back ground color of the chat window to match darker themes ??

Chen Zhen


Edit file: /Themes/default/css/portal_shoutbox.css

find:
.shout_box .message_box {
background: #FFFFFF;
overflow:auto;
border: 1px solid #CCC;
}

replace with:
.shout_box .message_box {
overflow:auto;
border: 1px solid #CCC;
}

vince