-
AuthorPosts
-
March 31, 2012 at 6:57 am #175618
Hello,
I am just working on my first website with joomlart and I’m working on it on local so I couldn’t provide a link. I hope the question is simple enough to understand.
In this template, is it possible to just get rid of the city (background-house.png) located on top of the footer and the pattern that emanates from the bottom center of that. If I’m looking at the demo site (beige), I love the grainy uniform color that eventually comes out at the top of the page but I would like to get rid of the alternating color pattern, if possible.
Sorry, if this has been addressed or if I should’ve included more info.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 31, 2012 at 7:08 am #446606Hi
The footer background ( in botsl-1) is managed by an image in the template.css file you can simply change the name of image
Example: actually you have in this file /templates/ja_ironis/css/template.css around line 1269
#ja-background .background-house {
background: url("../images/background-house.png") repeat-x scroll center bottom transparent;
display: block;
height: 118px;
position: relative;
width: 100%;
z-index: 3;
}Change the name of image with the image used as background “body_bg.gif”
So the new code will be :
#ja-background .background-house {
background: url("../images/body_bg.gif") repeat-x scroll center bottom transparent;
display: block;
height: 118px;
position: relative;
width: 100%;
z-index: 3;
}1 user says Thank You to pavit for this useful post
March 31, 2012 at 7:00 pm #446638Thank you for your quick response and the answer, which worked. 😀 Also, as mentioned in the first post, do you know what governs the alternating vertical stripes as seen from this screenshot of the demo site?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 31, 2012 at 7:39 pm #446643those vertical stripes are given from an image named background-light.png and called from the file /templates/ja_ironis/css/template.css around line 1290
#ja-background .background-light {
background: url("../images/background-light.png") no-repeat scroll center bottom transparent; <-----You can change the image or remove it
bottom: -118px;
display: block;
height: 1100px;
position: absolute;
width: 100%;
z-index: 2;
}1 user says Thank You to pavit for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by pavit 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
background alterations
Viewing 4 posts - 1 through 4 (of 4 total)