test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • mayaron Friend
    #134315

    hi all,
    trying to change the all background colour of the ja purity to black or red.
    how can i do it?
    please help.

    Sherlock Friend
    #276406

    Hi mayaron !
    you can change background color for ja purity following way below :
    Open template.css file in templates/ja_purity/css folder , find following code section at about line 814 :


    #ja-containerwrap2 {
    background:transparent url(images/cw-bg2.gif) no-repeat scroll 50% 0;
    }

    change to :


    #ja-containerwrap2 {
    background:black;
    }

    continue , find following code section at about line 818 :


    #ja-container {
    background:transparent url(../images/c-bg1.gif) repeat-y scroll 18% 0;
    }

    change to :


    #ja-container {
    background:black;
    }

    texhead Friend
    #276576

    Hi hainn84
    Just tried this but to no avail.
    tried changing every background reference I could find but gave up.

    There are a few double ups in the CSS files to and no logical way to locate the correct CSS entry.
    I am using Firefox with Firebug and Web Developer extensions but still can’t find.

    any suggestions?

    Tony

    bobbel Friend
    #277418

    I have a similar problem. I edited ‘c-bg1.gif’ and ‘cw-bg2.gif’ to other colors. And now I want other colours below the images. THe original colours are ‘#ececec’ on the left side and ‘#f6f6f6’ in the middle and on the right side.
    I tried
    #ja-containerwrap2 {
    background: url(../images/cw-bg2.gif) no-repeat 50% 0 #606060;
    }

    but this doesn’t works, it only takes effect left of the menu and right of the right modules.
    and
    #ja-container {
    background: url(../images/c-bg1.gif) repeat-y 18% 0 #727272;
    }

    takes no effect.
    How to made this?

    with friendly regards
    Frank Baumeister

    I found it. I was blind 😀 The colours come from ‘cw-bg1.gif’

    rastabits Friend
    #279463

    Not sure if you guys did solve your problems, but i used to have a problem changing the Background images colors. What i did, instead of creating an image with the same name and properties of the background images, was to open one of them, and change the colors, but we only got gray variations GrayScale (Palete colors) of the colors we intended to use, so, i exported the images and noticed that the images were made with grayScalePalete, so i change it to Adaptive Colors, uploaded to server and voila!! colors changed!!

    I did it using FireWorks, and i know within photoshop you can do it as well

    Hope this solve someone else’s problem

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

This topic contains 5 replies, has 5 voices, and was last updated by  rastabits 16 years ago.

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