-
AuthorPosts
-
June 11, 2010 at 7:57 am #151728
my site is http://www.dharapuram.in I’m using JA purity ii. its default background color is white. i want to change it to grey. where should i do it. pls help.. i want my site look like http://www.tamilvibration.dk[grey color]
hjames Friendhjames
- Join date:
- March 2010
- Posts:
- 82
- Downloads:
- 475
- Uploads:
- 3
- Thanked:
- 8 times in 2 posts
June 11, 2010 at 4:34 pm #346778You need to open the file template.css in the japurityII css folder via FTP.
Once open navigate to line: 862 in the code to find this:
#ja-container {
background:url("../images/container-bg.gif") repeat-x scroll center top #FFFFFF;
border-bottom:5px solid #CCCCCC;
position:relative;
z-index:5;
}
You need to change the FFFFFF to a gray HTML color code like CCC, 333, 101010, etc.. you decide what you like by using “Pixie”: http://www.nattyware.com
Next you also need to edit the white back drop at the top which gives the shadow effect, that includes modifying or making an entirely new image using a program like photoshop, paintbrush, etc… The image is called container-bg.gif and is noted above where to locate it.
You could even do away with the image completely by modifying the line above to look like this:
#ja-container {
background: #CCCCCC; /*<<<< Your color code here*/
border-bottom:5px solid #CCCCCC;
position:relative;
z-index:5;
}
Hope this helps!
JamesJune 12, 2010 at 6:02 am #346840Thanks a lot.. Works perfectly…
hjames Friendhjames
- Join date:
- March 2010
- Posts:
- 82
- Downloads:
- 475
- Uploads:
- 3
- Thanked:
- 8 times in 2 posts
June 12, 2010 at 6:22 am #346841No problem at all, if you need anything else please let me know!
Always willing to help out the community!James
January 27, 2011 at 2:20 am #373970Hi
Thanks for this information.
I have tryed it on my homepage http://www.lpcon.dk and works great – almost 🙂But i seems like the footer is still white background.
Anybody here that could help ?
hjames Friendhjames
- Join date:
- March 2010
- Posts:
- 82
- Downloads:
- 475
- Uploads:
- 3
- Thanked:
- 8 times in 2 posts
January 27, 2011 at 2:25 am #373973Sure!
Open this file:
http://www.lpcon.dk/templates/ja_purity_ii/css/template.cssand edit this line: (line: 1125)
.ja-navhelper {
background: none repeat scroll 0 0 #DDDDDD;
border-bottom: 1px solid #CCCCCC;
text-transform: uppercase;
}
The Red is what changes the color to the rest of your site.
To also remove the footer image you need to change the following: (same file line: 1313)
#ja-footer {
background: none repeat scroll 0 0 transparent;
border-top: 1px dotted #FFFFFF;
clear: both;
padding: 20px 0;
text-align: center;
}
This should help!
James
Please thank me if this is useful!
April 28, 2011 at 7:39 am #388742NOTE:
I found the answer to my question here: http://www.joomlart.com/forums/topic/purity-2-site-background-colour/This forum rocks!!!
Hi
This was helpful, but…When i set the BG color as above the whole background changes to grey.
I´d like the center part of the site to be white and the outer left and right to be grey, or perhaps a background image.
I added an example.
Thanks i advance for any help.
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 4 voices, and was last updated by coopoli 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum