Hello, i am using arras theme. and i want to change the body color to white, and i have no idea how to do it... this is my site.. www.motorbikecentral.com do have other questions but ill deal with one at a time
If you are talking about the gray body color, go to your style.css I print screened and found #bebdb8 to be the color. I would do a control-F and change it to #FFF
It could be that your theme has a theme options section somewhere in your admin area and this value can be toggled there? I noticed you have a texture background for your body. And a grayish background for your container. Both are images being scaled. Also these backgorunds images are being generated inline (not in a css file) by the Arras theme. I'm not sure where though. Probably these images can be toggled via a settings area.
Its looks like the gray is a mingle of the background and a other layer image. Check the following code: url("http://www.motorbikecentral.com/wp-content/uploads/2012/10/background.jpg") no-repeat fixed center center rgb(0, 0, 0) !important; Code (markup):