Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • korasicn Friend
    #137211

    whether it is possible to change the background color around the site, not the elements. see appendix


    1. demo
    Sherlock Friend
    #287052

    Dear korasicn !

    You can do it following way below :
    Open template.css file in templates/ja_zeolite folder, find following code section at about line 518 :


    #ja-wrapper {
    margin:0 auto;
    width:950px;
    }

    change to :


    #ja-wrapper {
    background:#F0F0F0 none repeat scroll 0 0;
    margin:0 auto;
    width:950px;
    }

    korasicn Friend
    #287061

    thank you, you make my Monday happy:D. once more, thanks

    ired Friend
    #312178

    Very helpful but is there a way to make the background colour wider? because it only lines up with the boxes.

    Here is what I am trying to do, this has been edited in photoshop


    1. Picture-2
    ired Friend
    #312250

    Can anyone help?

    franky reymenants Friend
    #315692

    <em>@ired 138124 wrote:</em><blockquote>Very helpful but is there a way to make the background colour wider? because it only lines up with the boxes.

    Here is what I am trying to do, this has been edited in photoshop</blockquote>

    So you want to change the compleet background color on your site ?

    You can do this in template.css

    on line 25 you find

    body#bd {
    color: #666666;
    background: #CCCCCC;
    padding: 0;
    margin: 0;

    You can change the background color in what you want …

    johno696974 Friend
    #315753

    i dont think that does it exactly as he was after.

    I did it by adding a custom background image

    I changed the css to:


    body#bd {
    color: #000;
    /*background: #f6abd7;*/
    background: #17151a url(/madness1.jpg) no-repeat center fixed;
    padding: 0;
    margin: 0;
    }

    If you want to use the image as a template to make ur own, be my guest.


    1. madness1
Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 5 voices, and was last updated by  johno696974 15 years, 2 months ago.

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