-
AuthorPosts
-
mfcphil Friend
mfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
July 16, 2008 at 6:00 pm #130940Ja Fagus 1.013
Does anyone know what is required to replace the grey background colour with an image like the very top of the site.
I know its in the css but need to know which code to change and what to add.
Thanks
anisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
July 16, 2008 at 7:14 pm #260282I’m pretty sure that grey background should be in the template.css and it will be defined in the body class / id.
i might be wrong though.
I can’t spot the correct class with firebug but i’m sure majority of the templates specify their backgrounds there
anisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
July 16, 2008 at 7:15 pm #260285here you go mate
change the following code in template_css.css
body#bd {template_css.css (line 24)
background:#464646 url(../images/body-bg.jpg) repeat-x scroll center top;
color:#EFEFEF;
padding:0pt;
}Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
July 16, 2008 at 7:19 pm #260290Take a look in template_css.css line 24:
body#bd {
background:#464646 url(../images/body-bg.jpg) repeat-x center top;
color:#EFEFEF;
padding:0;
}
You can change the image name marked in red above to your name, also you might wanna change #464646 to antoher color or just delete it, this depends on your image.
But prepare for a little surprise when you have added the image you want. Test it out and see first.mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
July 16, 2008 at 8:16 pm #260305What little suprise???
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
July 16, 2008 at 8:19 pm #260308Changed the code and nothing happened :confused:
anisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
July 16, 2008 at 8:20 pm #260309i guess menalto means that the image will look strange until you’ve edited it properly.
lol
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
July 16, 2008 at 8:28 pm #260315that seems to be the image code directly behind the topsl-bg which is the image with the question marks on it
anyone know the correct path?
anisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
July 16, 2008 at 8:33 pm #260319are you sure.
when i edit the css using firebug – it completely removes the grey background. have you cleared the cache in your browser?
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
July 16, 2008 at 8:38 pm #260321Yes and I tried to delete the colour like Menalto suggested and this is what is left…..so if I figure the image out its not going to remove all the grey….
2171
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
July 16, 2008 at 10:16 pm #260329mfcphil, give me the code you have changed to?
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
July 17, 2008 at 7:22 am #260414From
body#bd {
padding: 0;
color: #EFEFEF;
background: url(../images/body-bg.jpg) repeat-x top #464646;
}to this
body#bd {
padding: 0;
color: #EFEFEF;
background: url(../images/texture-bg.jpg) repeat-x top #464646;
}When the page is loading you can see the image behind the topsl image
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
July 17, 2008 at 7:52 am #260422It seems to be working fine here now
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
July 17, 2008 at 8:16 am #260431Menalto you have lost me!!
All the area is still grey….
if you are talking about the attached image, I changed that back yesterday, that was to show that I could not change the colour by the hex numbers
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
July 17, 2008 at 8:31 am #260438So you want the wooden image to cover the whole sites background?
AuthorPostsThis topic contains 22 replies, has 3 voices, and was last updated by mfcphil 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum