-
AuthorPosts
-
angie00 Friend
angie00
- Join date:
- November 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 80
- Thanked:
- 10 times in 1 posts
June 12, 2012 at 6:51 pm #178086I am needing some help changing the color on the header. We would like to either expand the background image to be underneath the menu or change the lighter blue to be the same color as the background of the menu. Here is what we have thus far:
#ja-header { background: url(../images/pagebg.jpg) no-repeat #003a62 !important; }
#ja-header .main {
padding: 8px 0 15px 0;
}#ja-mainnav {
background: url(../images/mainnav-bg.gif) repeat-x left bottom #003a62
padding-bottom: 6px;
}Thanks in advance for your help!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 13, 2012 at 9:18 am #457221Hi there,
Could you post URL of site you’re working on? and please set Compress CSS in template manager to No. I shall try to help you.
ramonesmania Friendramonesmania
- Join date:
- May 2012
- Posts:
- 17
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
June 13, 2012 at 5:42 pm #457282In my project I have split the image in 2 images.
The first part of the image is in #header
#ja-header { background-image: url(../images/background.jpg); background-position: center; no-repeat top left fixed;}
and the second in #ja-mainnav
#ja-mainnav { background-image: url(../images/background2.jpg); background-position: center; no-repeat top left fixed;}
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 14, 2012 at 8:26 am #457369Please update your site URL, I shall help you out with the provided information.
angie00 Friendangie00
- Join date:
- November 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 80
- Thanked:
- 10 times in 1 posts
June 18, 2012 at 11:42 pm #457928ramonesmania- can you show me an example of what you mean?
Saguaros- site is on a localhost at this time
ramonesmania Friendramonesmania
- Join date:
- May 2012
- Posts:
- 17
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
June 19, 2012 at 1:04 pm #458022We have the two containers #ja-header and #ja-mainnav in which we are going to add the 2 split images.
In my project i have expand the #ja-header in height.
So i have the images
background.jpg which is going to be placed in #ja-header
and background2.jpg which is going to be placed in #ja-mainnav
Then i have add the following codes for #ja-header and ja-mainnav
#ja-header { background-image: url(../images/background.jpg); background-position: center; no-repeat top left fixed;}
#ja-mainnav { background-image: url(../images/background2.jpg); background-position: center; no-repeat top left fixed;}
the result is
- AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)
This topic contains 6 replies, has 3 voices, and was last updated by ramonesmania 12 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Header help
Viewing 6 posts - 1 through 6 (of 6 total)