Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • chrisreitz Friend
    #164442

    hi there,

    i would like to change the default black backround from this template into one with a graphic which runs around the whole content box. Is that easygoing madeable?

    thanks for your help!!!

    chris

    pritam Friend
    #392943

    Hello,

    To change the default black background

    Can you provide your site url.But first go into the template manager and set css optimiation to “No” so we can see the correct files to modify and not the compressed version.

    thangnn1510 Friend
    #392955

    Please change this code:

    body#bd {
    background: none repeat scroll 0 0 #0C0304;
    color: #8B8077;
    }

    in templates/ja_community_plus/css/template.css

    chrisreitz Friend
    #393000

    thank you, but i can´t do it. this side is kind of commercial and i can´t open it to public ´cause it´s far away from implementation.
    may you can give me an advice what to do, or what and whre to copy in the css.

    thanks once again!!!
    chris

    pritam Friend
    #393128

    Hello,

    To change the default black background

    You need to goto templates/ja_community_plus/css/template.css line no. 20 and Find this code :-

    body#bd {
    background: none repeat scroll 0 0 #0C0304;
    color: #8B8077;
    }

    Change this code to

    body#bd {
    background: none repeat scroll 0 0 #00FF00;/* choose color code as per you */
    color: #8B8077;
    }

    chrisreitz Friend
    #393182

    OK thanks – but that will change the default black color in just another color.
    i would like to have a graphic – means a picture (as a gif, jpeg or png) in background.

    1. it would be nice to have that pic in background. how too, what have i to change in the css and where to find?

    2. if i change the background color like you advised, is it possible to lay an png (alpha channel) over it.
    so i can have both (pic and background color) and don´t need a huge pic for the whole background?

    3. is it possible to have the background color changed to a gradient color transition set up in the css?
    if yes, how too?

    thanks again for your answers!!!
    chris

    thangnn1510 Friend
    #393292

    Hi Chris!

    To change the background color to image please upload your image to images folder in template and then change the code to

    body#bd {
    background: url(“..l/images/bg.gif”) #215D7F;
    color: #8B8077;
    }

    shaharglukman Friend
    #417321

    I changed my background to image, at least trying to.

    body#bd { background-image:url("../images/background.jpg"); color: #8b8077; }
    image located on template images folder and still not loading.
    what I did wrong?

    mfcphil Friend
    #417351

    are you going to post a link so we can see how you got on?

    shaharglukman Friend
    #417423

    Ohh yeah, sorry.
    http://shimers.co.il/

    khoand Friend
    #417424

    <em>@shaharglukman 273639 wrote:</em><blockquote>Ohh yeah, sorry.
    http://shimers.co.il/</blockquote>
    Hi,
    You replace this code from /templates/ja_community_plus/css/template.css

    body#bd {
    background: url("../images/background.jpg");
    color: #8B8077;
    }

    with

    body#bd {
    background: url("../images/background.jpg")!important;
    color: #8B8077;
    }

    shaharglukman Friend
    #418659

    thanks, it worked.
    now for another question, any chance I can make background to fit automatically to screen resolution, like adding 100%?

    khoand Friend
    #418665

    You used code for your purpose

    background-size:100%;

    shaharglukman Friend
    #418686

    did that, image get stretched too much
    http://shimers.co.il/

    khoand Friend
    #418716

    I think it’s perfect.


    1. screen
Viewing 15 posts - 1 through 15 (of 23 total)

This topic contains 23 replies, has 6 voices, and was last updated by  khoand 13 years ago.

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