- Posts: 6
- Thank you received: 0
Background color and image
-
aagarwal03
Inactive member - Topic Author
- New Member
Less
More
13 years 2 months ago #11927
by aagarwal03
Background color and image was created by aagarwal03
How can I change the background image or color of the main body of the template(it is grey color by default). I would prefer to place a background image. Thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11928
by ivan.milic
Replied by ivan.milic on topic Re: Background color and image
eater change this or it's bg image (in layout.css):
.bg_bottom {
background: url(../images/bg_transparent_bottom.png) no-repeat top center;
}
or use
.bg_bottom .hotwrapper{
...
}
but note that second solution is hitting main body aux menu and content itself as two same objects so you would get background image starting form aux menu and then again starting in area below the menu.
.bg_bottom {
background: url(../images/bg_transparent_bottom.png) no-repeat top center;
}
or use
.bg_bottom .hotwrapper{
...
}
but note that second solution is hitting main body aux menu and content itself as two same objects so you would get background image starting form aux menu and then again starting in area below the menu.
Please Log in to join the conversation.
-
aagarwal03
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
13 years 2 months ago #11941
by aagarwal03
Replied by aagarwal03 on topic Re: Background color and image
It didn't work and I still need help
I did the following:
in layout.css, i replaced
.bg_bottom {
background: url(../images/bg_transparent_bottom.png) no-repeat top center;
}
with
.bg_bottom {
background: url(../images/dj_wallpaper.jpg) no-repeat top center;
}
I then uploaded dj_wallpaper.jpg to templates/hot_rockin/images directory on my server. My website still shows a grey background, same as before. Please help.
I did the following:
in layout.css, i replaced
.bg_bottom {
background: url(../images/bg_transparent_bottom.png) no-repeat top center;
}
with
.bg_bottom {
background: url(../images/dj_wallpaper.jpg) no-repeat top center;
}
I then uploaded dj_wallpaper.jpg to templates/hot_rockin/images directory on my server. My website still shows a grey background, same as before. Please help.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11945
by ivan.milic
Replied by ivan.milic on topic Re: Background color and image
Ok give me link so I could check whats wrong.
Please Log in to join the conversation.
-
aagarwal03
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
13 years 2 months ago #11962
by aagarwal03
Replied by aagarwal03 on topic Re: Background color and image
I emailed the website administrator link to forum@hotjoomlatemplates.com with id and password.
Please Log in to join the conversation.
-
aagarwal03
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
13 years 2 months ago #11970
by aagarwal03
Replied by aagarwal03 on topic Re: Background color and image
I figured out the problem. The image (jpg) file was in the wrong directory. Once I put it in the right place, it worked just fine. Thanks.
Please Log in to join the conversation.
Time to create page: 0.149 seconds