Quote:
Quote from integral_resources on June 24, 2013, 22:49
That is to change the background color, not the box that holds all the content of the website. Inside the box- that background color is what I want to change.
You can use the following code in the Custom Code within Head Area of CORPORATE Options. Please change the color value as expected.
Code:
<style>
#container { background: #F6F5F5; }
</style>