Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • virendoshi Friend
    #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.com

    Attached is also a screenshot of the area i want to change the color.


    1. Picture-1
    scotty Friend
    #284237

    Open 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;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  scotty 15 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum