How do I change the background color from white to something else?
I tried change <body bgcolor=#......> and <tbody=#.....> but that didn't do anything.
Background color is set in your theme's style.css file.
Yes, search for:
body
{
background-color: white;
margin: 0px;
padding: 0px;
}
In your theme's style.css and change it to the color you desire...