-
AuthorPosts
-
ons6 Friend
ons6
- Join date:
- December 2012
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 26, 2013 at 11:08 pm #190057I added these lines to my custom.css file to set an image as a background:
body {
background-image:url(‘../images/bgbabies1.png’) repeat;
}but nothing happened!!!
What should I do instead?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 27, 2013 at 9:11 am #503598You can try it again
from
body {
background-image:url('../images/bgbabies1.png') repeat;
}change to
body {
background-image:url('../images/bgbabies1.png');
}With background image: templates/ja_fubix/images/bgbabies1.png
ons6 Friendons6
- Join date:
- December 2012
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 27, 2013 at 11:12 am #503625I did it already but still not working :((
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 28, 2013 at 6:30 am #503727It would be great if you can include url of your site. I might be able to help you out then.
ons6 Friendons6
- Join date:
- December 2012
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 28, 2013 at 5:44 pm #503811It is http://assukary.com/ .
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 29, 2013 at 4:15 am #503872You can try to change background site by
Open templates/ja_fubix/css/themes/orange/template.css file
From
body {
background: #e5e5e5;
color: #666;
font-family: 'Helvetica Neue', Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
margin: 0;
}
Change to
body {
background-image: url(http://assukary.com/images/bgbabies1.png);
color: #666;
font-family: 'Helvetica Neue', Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
margin: 0;
}
ons6 Friendons6
- Join date:
- December 2012
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 29, 2013 at 5:58 am #503881Thank you, but it is showing white background instead of the image! :confused::confused::confused:
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 30, 2013 at 5:43 am #504055Please check it on your site again.
The background on your site was changed.
-
1 user says Thank You to Ninja Lead for this useful post
ons6 Friendons6
- Join date:
- December 2012
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 30, 2013 at 9:07 pm #504144Yes I fixed it. The path was wrong.
Thank you for helping.AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by ons6 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Set Background as image
Viewing 9 posts - 1 through 9 (of 9 total)