D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Corporate Extend Background Color Change

Front Page D5 Creation Forum General Questions Corporate Extend Background Color Change Re: Corporate Extend Background Color Change

#4510
D5 Creation
Keymaster
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>