Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • angie00 Friend
    #178086

    I 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!


    1. Capture
    Saguaros Moderator
    #457221

    Hi 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 Friend
    #457282

    In 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 Moderator
    #457369

    Please update your site URL, I shall help you out with the provided information.

    angie00 Friend
    #457928

    ramonesmania- can you show me an example of what you mean?

    Saguaros- site is on a localhost at this time

    ramonesmania Friend
    #458022

    We 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


    1. background
    2. background2
    3. Untitled-1
    4. Untitled-2
Viewing 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