Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • munders Friend
    #146684

    Hi

    Please tell me how to add a background image to sit in the header instead of the background colour.

    I need it to have a repeat on it so that it covers the header length.

    I think the code for this is in template.css but not sure what to add/change.

    Thanks

    prakash Friend
    #326056

    Hi,

    The header background can be set from the template.css

    find this section

    /* HEADER
    --------------------------------------------------------- */
    #ja-header { background-color: #1c1c1c; margin-top: 30px; position: relative; z-index: 10; }

    To add a background image, you can add your background image code here – for example

    #ja-header { background-color: #1c1c1c; margin-top: 30px; position: relative; z-index: 10; background:url(../images/grad1-mask.png) repeat-x left; }

    instead of grad1-mask.png you can choose the background you want.

    munders Friend
    #326064

    Thanks, that’s great.

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

This topic contains 3 replies, has 2 voices, and was last updated by  munders 14 years, 11 months ago.

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