-
AuthorPosts
-
January 17, 2009 at 6:34 pm #137211
whether it is possible to change the background color around the site, not the elements. see appendix
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
January 19, 2009 at 7:19 am #287052Dear 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;
}
January 19, 2009 at 8:13 am #287061thank you, you make my Monday happy:D. once more, thanks
July 25, 2009 at 8:26 am #312178Very 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
July 26, 2009 at 8:07 am #312250Can anyone help?
August 30, 2009 at 12:42 am #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 Friendjohno696974
- Join date:
- July 2009
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
August 30, 2009 at 8:10 pm #315753i 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.
AuthorPostsViewing 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
Jump to forum