How Can We Help?
How to change the mobile chat background?
1. Change color
You may change the chat background from white to any color you want.
#chat { background-color: <strong>#607D8B</strong>; }

2. Load background image
You may load any image as your mobile chat background.
#chat { background: url("//d1pfint8izqszg.cloudfront.net/images/skins/40000/background.jpg") no-repeat scroll center center; }
