-
AuthorPosts
-
sebbs Friend
sebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
August 8, 2014 at 5:56 pm #200359site: http://mp.dev.dnsnetworks.ca/
I would like to add a background image in the main content area on the left and right side … not sure how it will look .. its an image of wood (http://www.shutterstock.com/pic.mhtml?id=119980675&src=id)
I would also like to add it at the bottom of every article page (http://mp.dev.dnsnetworks.ca/index.php/therapie-cout) it would appear under the footer area where it white… is that possible?
I would add an image to show you what I mean but joomlart wont allow me to add photos anymore!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 8, 2014 at 6:09 pm #545247Just so I’m not going crazy – this is meant to be a different site than the BMW one you’re working on, right?
So you’re wanting to replace the “green” background at the bottom with something like that wood grain background?
sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
August 8, 2014 at 6:34 pm #545254Exactly! And yes, this is the http://mp.dev.dnsnetworks.ca/ site 🙂
<em>@TomC 440391 wrote:</em><blockquote>Just so I’m not going crazy – this is meant to be a different site than the BMW one you’re working on, right?
So you’re wanting to replace the “green” background at the bottom with something like that wood grain background?</blockquote>
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 8, 2014 at 6:58 pm #545256You can change the background by replacing the default image with the one you want in this CSS rule:
#ja-botsl {
background: url("../templates/ja_droid/themes/green/images/botsl-bg.gif") repeat-x scroll left
}You can try the “custom.css” method first 😉
sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
August 8, 2014 at 7:55 pm #545263Hi tom, I did what you suggested… then I moved it elsewhere … now I am trying to put it back to the way it was and something is wrong…can you tell me what I am missing… this is my css rule:
#ja-botsl {
background: url(../images/botsl-bg.gif) repeat-x scroll left;
border-top: 5px solid #131803
}TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 8, 2014 at 8:41 pm #545273I’m a little confused as to what you’re saying . . . .
What did you move elsewhere … and to where?
What are you trying to put back the way it was?
sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
August 8, 2014 at 8:43 pm #545274You told me to edit the class #ja-botsl with my wood background image – I did .. then I didn’t like it there so I added the background image to my #footer class … but I think I didn’t quite put my #ja-botsl class back right?
#ja-botsl {
background: url(../images/botsl-bg.gif) repeat-x scroll left;
border-top: 5px solid #131803
}/* Footer —*/
#ja-footer {
background: url(../images/bg.jpg) repeat-x left top;
border-top: 1px solid #51630f
color: #97a465
}<em>@TomC 440424 wrote:</em><blockquote>I’m a little confused as to what you’re saying . . . .
What did you move elsewhere … and to where?
What are you trying to put back the way it was?</blockquote>
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 8, 2014 at 8:46 pm #545275If you’re referring to the “wood” image at the very bottom, this is the CSS you currently have:
#ja-footer {
background: url("../templates/ja_droid/themes/green/images/bg.jpg") repeat-x scroll left top rgba(0, 0, 0, 0);
border-top: 1px solid #51630f
color: #97a465
}Not sure what color you want it back to …. you can always try:
#ja-footer {
background: none repeat scroll 0 0 #51630f
border-top: 1px solid #51630f
color: #97a465
}. . . until you decide on something better
sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
August 8, 2014 at 8:49 pm #545276I like my footer the way it is… its the ja-botsl that I am having the issue with .. the white lines above and below it …
<em>@TomC 440427 wrote:</em><blockquote>If you’re referring to the “wood” image at the very bottom, this is the CSS you currently have:
#ja-footer {
background: url("../templates/ja_droid/themes/green/images/bg.jpg") repeat-x scroll left top rgba(0, 0, 0, 0);
border-top: 1px solid #51630f
color: #97a465
}Not sure what color you want it back to …. you can always try:
#ja-footer {
background: none repeat scroll 0 0 #51630f
border-top: 1px solid #51630f
color: #97a465
}. . . until you decide on something better</blockquote>
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
-
AuthorPosts
This topic contains 10 replies, has 2 voices, and was last updated by TomC 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum