I was able to change the background color of my website but the body section (in the center) is still white. How to a change that? My website is www.breastbaby.org
Paste the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .bgimagecolor { background:#feccff; } This will solve your issue. Thanks.