-
AuthorPosts
-
December 29, 2008 at 9:32 am #136565
Hi,
I would like to change to change the background color of my website, the area around the frames.
For a more clearer picture, an example is the the following website, where the background is light grey and main template is white. http://www.xerox.comAttached is also a screenshot of the area i want to change the color.
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
December 29, 2008 at 12:04 pm #284237Open template.css (line 25) and find…
body#bd {
background: #FFFFFF none repeat scroll 0 0;
color: #515756;
}
and change to…body#bd {
background: #6E6E6E none repeat scroll 0 0;
color: #515756;
}
then find on line 481…#ja-wrapper {
margin: 0 auto;
padding: 0 0 40px;
width: 950px;
}
and change to…#ja-wrapper {
background: #FFFFFF none repeat scroll 0 0;
margin: 0 auto;
padding: 0 0 40px;
width: 950px;
}1 user says Thank You to scotty for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by scotty 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Changing background color
Viewing 2 posts - 1 through 2 (of 2 total)