« See all FAQs for Luxury Wordpress Template
How do I set a background color?
You can override the default background color by controlling the div with an id of main (#main). Add code like this to the “additional css” area in the custom theme settings page:
#main { background:#000; }
http://www.w3schools.com/css/css_background.asp




