Market - How to remove textured background
Upload your own background
To remove the textured background, you can choose the upload your own background. You can do this under Appearance > Background and upload your own image right there.
White background
Alternatively, if you'd like to remove the background completely and simply have a white background, you'll look for the following snippet of code in your style.css file (Appearance > Editor) and delete the line I have bolded below.
body {
background: #fff url(images/bg.png) top center repeat-x;
color: #666;
font-family: 'Arimo', sans-serif;
font-size: 14px;
font-weight: 200;
letter-spacing: .5px;
line-height: 2;
margin: 0;
}