Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • iguinee Friend
    #147123

    Hello,

    I am using J1.5 and would like to know how to change the background colour of the position just above the Footer and that of the haeder (where the logo and menu are resting).

    Please see attached image.

    6544


    1. untitled
    noibihappy2009 Friend
    #327614

    for header:

    #ja-header {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:red none repeat scroll 0 0;
    border-bottom:1px solid #101010;
    position:relative;
    z-index:100;
    }

    and footer:

    #ja-botsl2 {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:red none repeat scroll 0 0;
    color:#757575;
    }

    About image, you can add new div class inside “main clearfix” and set width of it enough.
    Noted that main clearfix have width 960 and logo 188px.
    (Why do

    <div id="ja-header" class="wrap">
    <div class="main clearfix">
    <h1 class="logo">
    <a title="JA Halite" href="/ja_halite/index.php">
    </a>
    </h1>
    <div id="ja-mainnav" class="clearfix">
    <div class="ja-megamenu">
    </div>
    </div>
    <ul class="no-display">
    </ul>
    </div>
    </div>

    Finally. Daammm i have JA float bar. Try to steal idea from wibiya & facebook but failed ! Just make painful

    iguinee Friend
    #327647

    Hi Noibihappy2009,

    Thank you for your reply.

    I would need the correct path to the location where I must execute the changes. Is it template.css ? I have tried to check the template.css but culd not find the code for #ja-header {

    Also, when you say to add new div class inside “main clearfix”, where is the location, please?

    Thank you for your assistance

    noibihappy2009 Friend
    #327649

    #ja-header { // for all header background
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:red none repeat scroll 0 0;
    border-bottom:1px solid #101010;
    position:relative;
    z-index:100;
    }
    template.css (line 1047)

    or

    #ja-header .main { // for in “wrap menu” as your screenshot area
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:red none repeat scroll 0 0;
    padding:15px 0;
    }
    template.css (line 1054)

    http://templates.joomlart.com/ja_halite/templates/ja_halite/css/template.css

    Same with footer:

    #ja-botsl2 {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#050505 none repeat scroll 0 0;
    color:#757575;
    }
    template.css (line 1381)

    In footer if you only need for a main area you need add
    #ja-botsl2 .main{
    // add color here
    }

    iguinee Friend
    #327811

    Thank you.

    Your advice helped change the colours but I could not add the image to the top right.

    I added the code to the template.css but did not make any changes.

    noibihappy2009 Friend
    #327821

    Ok. Than there are you files.
    css file for modded css with comment (please use search for keyword “modded” “modding” to find my comment).
    and php file for add image.
    Enjoy and happy new year.


    1. t.zip
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  noibihappy2009 14 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum