Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • mdmlex Friend
    #155213

    Dear All,

    could you please let me know how to change the white background of the header?

    Moreover, how I set the top margin to 0 and the grey background to white.

    Thank you in advance and best

    Max

    Don Lee Friend
    #358702

    <em>@mdmlex 198122 wrote:</em><blockquote>Dear All,

    could you please let me know how to change the white background of the header?

    Moreover, how I set the top margin to 0 and the grey background to white.

    Thank you in advance and best

    Max</blockquote>

    Hi,
    To change background color, find this code to template.css file:


    #ja-header .inner {
    background: #FFFFFF;
    height: 60px;
    padding: 0 15px;
    position: relative;
    }

    Then change the red key by your color value such as “red”, “blue”….
    Add below code to the file to reduce the margin:

    #ja-header {
    margin-top: 0 !important;
    }

    Body background:: find this to change:


    body#bd {
    background: #A5A5A5;
    color: #555555;
    margin: 0;
    padding: 0;
    }

    padunic Friend
    #359169

    Hi,

    and how i can apply some image in body background?

    Regards.

    Padunic

    Don Lee Friend
    #359194

    <em>@padunic 198748 wrote:</em><blockquote>Hi,

    and how i can apply some image in body background?

    Regards.

    Padunic</blockquote>

    Hi,
    I found this for you http://www.w3schools.com/css/css_background.asp
    Just read to try, then let me know if have any problem on that 🙂
    Also, this is an example:


    body#bd {
    background: url("../images/mainwrap-top.gif") no-repeat scroll center top transparent;
    color: #555555;
    margin: 0;
    padding: 0;
    }

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  Don Lee 14 years, 1 month ago.

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