-
AuthorPosts
-
July 21, 2011 at 4:06 pm #166566
Hello guys,
I am using JAtellineIV on one of my websites with jommla 1.5.
I would like to change the design and to put an images as backgroun. So i put that code on template.css :body#bd {
color: #333;
font-size: 12px; /* Base Font */
line-height: 1.5;
background-image:url(http://www.toolenduro.com/design/bg_image.jpg);
background-repeat: no-repeat;
background-position:center;
background-color:#000000I did it in some other websites using other templates and it was ok, but it do not work withe tellineIV.
Here is what i would like to have
And here is what i get using that code :
Please can anyone help me ? I suppose that the solution is simple, but i do not get it and there is 4 hours i am looking for how to do that.
😉
-
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 21, 2011 at 4:13 pm #402346Hi,
Could you give me a link to your page as you said?July 21, 2011 at 4:17 pm #402347Hello Kohand,
Yes of course, here is the link : http://www.toolenduro.com😉
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 21, 2011 at 4:41 pm #402350You replace this code from http://www.toolenduro.com/templates/ja_teline_iv/css/template.css in the line #23, #356
body#bd {
color: #333;
font-size: 12px;
line-height: 1.5;
background-image: url(http://www.toolenduro.com/design/bg_image.jpg);
background-repeat: no-repeat;
background-position: center;
background-color: black;
}
with
body#bd {
color: #333;
font-size: 12px;
line-height: 1.5;
background-image: url(http://www.toolenduro.com/design/bg_image.jpg);
}#ja-container {
background: white;
width: 1000 px;
}
with
#ja-container {
width: 1000 px;
}1 user says Thank You to khoand for this useful post
July 21, 2011 at 5:13 pm #402353It is ok.
Thank you 😉
powerfuldarkangel Friendpowerfuldarkangel
- Join date:
- June 2011
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
August 4, 2011 at 7:23 pm #404547I have the same problem and followed the steps but it’s not working for me! :((
I even undid everything and put it back to normal but its still doing the same thing….. My site is http://www.opinand2.com
HELP PLS!!!! :((khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 5, 2011 at 4:06 am #404576Hi,
You go to Template manager,choose JA TelineIV template, then change CSS Optomize fieds to NO, so I can check how and where to customize for you.Could you give me a snapshot with your annotation?September 1, 2011 at 10:57 am #410027I have the same prob too. i try the steps above but the background does not align in the center. See attach.
Thanks
Mixalis
September 1, 2011 at 11:45 am #410029<em>@mpiper 264446 wrote:</em><blockquote>I have the same prob too. i try the steps above but the background does not align in the center. See attach.
Thanks
Mixalis
</blockquote>
I fix it.
i change this code on template.css in line 22
[PHP]body#bd {
background: #fff;
color: #333;
font-size: 12px; /* Base Font */
line-height: 1.5;
}[/PHP]to code
[PHP]body#bd {
background : url(http://www.yoursite.com/image_folder/your_image_background.jpg) no-repeat fixed center top #000000;
color: #333;
font-size: 12px; /* Base Font */
line-height: 1.5;
}[/PHP]September 1, 2011 at 11:45 am #410030<em>@mpiper 264446 wrote:</em><blockquote>I have the same prob too. i try the steps above but the background does not align in the center. See attach.
Thanks
Mixalis
</blockquote>
Same problem for my web site too. can you assist please?
w w w .atladasmedia.co.uk/
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 2, 2011 at 7:08 am #410196Hi akronsound,
Could you try mpiper’s way?AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 5 voices, and was last updated by khoand 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-