-
AuthorPosts
-
hcavalier Friend
hcavalier
- Join date:
- November 2008
- Posts:
- 17
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
January 24, 2010 at 11:34 pm #147977I want to change the default template to use the same header as the gray template. I have played around with the color css files and can’t figure it out. I want the gray/header-bg.jpg or gray/body-bg.gif (the one that looks like metal or concrete. Can anyone help me figure this out?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 1, 2010 at 7:55 am #331150Hi hcavalier
you have to open template.css file to modify
hcavalier Friendhcavalier
- Join date:
- November 2008
- Posts:
- 17
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
February 1, 2010 at 2:08 pm #331211I have attempted to do that. I changed the file to find the gray/header-bg.jpg or gray/body-bg.gif and it did not work. I copied these files into the default file and it did not work. What am I missing?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 5, 2010 at 7:48 am #331637Open template.css file and then
1. find following code:
#ja-header {
background:url("../images/header-bg.gif") repeat-x scroll left bottom #F5F5F5;
height:auto !important;
min-height:160px;
}
and change to:
#ja-header {
background:url("../images/gray/header-bg.gif") repeat-x scroll left bottom #F5F5F5;
height:auto !important;
min-height:160px;
}
2. find following code:
body#bd {
background: #F5F5F5;
color: #666666;
margin: 0;
}and change to:
body#bd {
background: url(../../images/gray/body-bg.jpg) repeat-x top center #444444;
color: #999999;
margin: 0;
}Hope it helps
1 user says Thank You to JA Developer for this useful post
hcavalier Friendhcavalier
- Join date:
- November 2008
- Posts:
- 17
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
February 6, 2010 at 12:01 am #331731Thank you for your response but I still could not get it to work by making these changes to the default template. I could, however make the change using the red template (chosen randomly). Then I compare the default and red template css files for differences. I wanted to see if there was something that would stand out at me as different. There are definitely differences in the code – more than colors and files. I could not figure out what was preventing the gray header from showing through. So I took the gray template and slowly started changing the colors and image locations to match the default background. I have been successful making the changes that way. There is just something weird in the default that wouldn’t let me change it the way I wanted as noted at the beginning of the thread.
Thanks for your response, though.
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by Anonymous 14 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum