-
AuthorPosts
-
turminator Friend
turminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
April 10, 2011 at 9:24 am #162588Hello,
I’m using your template in: http://www.americancustombikers.com/ and now I want to add attached image in background of my website. How can I do?
Many thanks for all!
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
April 10, 2011 at 4:41 pm #385617To avoid confusion, Can you please provide in screenshot marked with annotations of area where you wish to show in this image
turminator Friendturminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
April 10, 2011 at 5:01 pm #385625aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
April 10, 2011 at 5:14 pm #385628<em>@turminator 233271 wrote:</em><blockquote>Hello aman204,
I attached an image with representation that I would like.
Many thanks!</blockquote>
You can change this::
body#bd {template.css (line 22)
background: none repeat scroll 0 0 #FFFFFF;
color: #000000;
font-size: 12px;
}to
body#bd {template.css (line 22)
background: url(../images/sample.png) no-repeat 0 100px;
color: #000000;
font-size: 12px;
}and update image path accordingly along with image upload to specific directory
Also, You can adjust in 100px value accordingly
turminator Friendturminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
April 10, 2011 at 5:25 pm #385629Hi anan204,
Thanks for your reply. I search inside template.css but I not found this html code. Can you say me what file I need to modify?
Many thanks!
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
April 10, 2011 at 5:31 pm #385632<em>@turminator 233276 wrote:</em><blockquote>Hi anan204,
Thanks for your reply. I search inside template.css but I not found this html code. Can you say me what file I need to modify?
Many thanks!</blockquote>
The specific template.css file is present in T3 framework plugin css folder so it could revert back if you update specific framework in future so you can instead, update it in template.css file present in template one
templates/ja_business/css/template.css around line 51
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
April 10, 2011 at 5:32 pm #385633<em>@turminator 233276 wrote:</em><blockquote>Hi anan204,
Thanks for your reply. I search inside template.css but I not found this html code. Can you say me what file I need to modify?
Many thanks!</blockquote>
The specific template.css file is present in T3 framework plugin css folder so it could revert back if you update specific framework in future so you can instead, update it in template.css file present in template one
templates/ja_business/css/template.css around line 51
turminator Friendturminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
April 10, 2011 at 5:41 pm #385636Hello aman204,
I’m searching and in my template.css only appears this html code:
[PHP]body#bd { color: #6d625b; }[/PHP]
I’m working with Joomla 1.5. Also I test to change in JAT3 system but not happes.Also I delete cache system.
Many thanks!
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
April 10, 2011 at 5:46 pm #385637<em>@turminator 233284 wrote:</em><blockquote>Hello aman204,
I’m searching and in my template.css only appears this html code:
[PHP]body#bd { color: #6d625b; }[/PHP]
I’m working with Joomla 1.5. Also I test to change in JAT3 system but not happes.Also I delete cache system.
Many thanks!</blockquote>
Yes, You can update this somewhat like this::
body#bd { color: #6d625b;background: url(../images/sample.png) no-repeat 0 100px;}
and then, make changes for image path along with axis as suggested earlier
turminator Friendturminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
April 10, 2011 at 6:25 pm #385646Many thanks aman204,
It seems that now loads correctly but only shows in left position. I would like that can shows also in center and right position. You can look it at:
http://www.americancustombikers.com/
I say many thanks.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
April 11, 2011 at 5:33 am #385711<em>@turminator 233294 wrote:</em><blockquote>Many thanks aman204,
It seems that now loads correctly but only shows in left position. I would like that can shows also in center and right position. You can look it at:
http://www.americancustombikers.com/
I say many thanks.</blockquote>
Change this::
body#bd {template.css (line 51)
background: url(“/images/fondo.png”) no-repeat scroll 0% 300px transparent;
color: #6D625B;
}to
body#bd {template.css (line 51)
background: url(“/images/fondo.png”) no-repeat scroll 50% 300px transparent;
color: #6D625B;
}AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 2 voices, and was last updated by aman204 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum