-
AuthorPosts
-
October 12, 2008 at 8:37 pm #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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 21, 2008 at 8:56 am #276406Hi 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;
}
October 22, 2008 at 10:49 am #276576Hi 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
October 29, 2008 at 12:36 pm #277418I 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 BaumeisterI found it. I was blind 😀 The colours come from ‘cw-bg1.gif’
November 17, 2008 at 11:27 pm #279463Not 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
-
AuthorPosts
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