-
AuthorPosts
-
softfaber JA JobBoard
softfaber
- Join date:
- January 2009
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
October 16, 2009 at 9:50 am #145259How do I change the header color from black to white and the main body color from grey to white?
Thanks for any help you can give.
mikodragonfly Friendmikodragonfly
- Join date:
- March 2009
- Posts:
- 54
- Downloads:
- 24
- Uploads:
- 7
- Thanks:
- 27
- Thanked:
- 7 times in 2 posts
October 16, 2009 at 12:46 pm #320716in jaHalite’s main template.css at approx. line# 1047, look for:
#ja-header {
background: url(../images/header-bg.gif) repeat-x top left #1D1D1D;
border-bottom: 1px solid #101010;
position: relative;
z-index: 100;
}Change this part:
<blockquote>background: url(../images/header-bg.gif) repeat-x top left #1D1D1D;</blockquote>You could probably just change it to:
#ja-header {
background-color: #ffffff;
border-bottom: 1px solid #ffffff;
position: relative;
z-index: 100;
}
..if all you’re going for is just the basic white color.
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by mikodragonfly 15 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
White color for header and body background
Viewing 2 posts - 1 through 2 (of 2 total)