WebDev

EhPortal => EhPortal Support => Topic started by: vince on September 04, 2021, 06:09:14 PM

Title: chat background
Post by: vince on September 04, 2021, 06:09:14 PM
is there a way to change the back ground color of the chat window to match darker themes ??
Title: Re: chat background
Post by: Chen Zhen on September 06, 2021, 12:00:42 AM

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;
}
Title: Re: chat background
Post by: vince on September 06, 2021, 06:29:10 PM
ty sir
EhPortal 1.39.6 © 2024, WebDev