Hi,
I don't know if you can edit it using the web builder or not but assuming you'd like to make it black / blue themed to go with your website this will work - however I think custom css requires a premium plan.
Add this to custom css box:
.webchat_element, .webchat_bottom, .webchat_bottom textarea, .webchat_attach_icon {
background-color: #222;
color: #FFF;
}
.webchat_element {
border-top: 1px solid #09F;
border-left: 1px solid #09F;
border-right: 1px solid #09F;
}
.webchat_element a {
color: #09F;
}
http://gotgdestiny.clanwe ... bsite.com/admin/cssEdit: think I misread as wanting to edit the web chat boxes not the chat/shoutbox my bad though that would be possible with the custom css box too.