Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • treybraid Friend
    #135362

    have 2 different backgrounds to add…

    1 background for the webpage—ie the header, content and the footer…

    2 a background for the webpage…

    here is the url; http://www.lindsaystreethall.com

    i know the website has been stripped bear—client wont listen to me… right now it has a parchment background— actually just want that for the template background if that makes any sense… need to add background for the rest of the webpage…

    ie– on the joomla ja site—white background framed by the blue background…

    thanks
    trey

    Anonymous Moderator
    #279119

    Hi treybraid,

    You can modify template.css as following:

    + For header, find following code session at about line 771:

    [PHP]#ja-header {
    line-height:normal;
    padding:0 0;
    position:relative;
    text-align:center;
    z-index:0;
    }[/PHP]

    change to:

    [PHP]#ja-header {
    line-height:normal;
    padding:0 0;
    position:relative;
    text-align:center;
    z-index:0;
    background: url(path to your background file) no-repeat;
    }[/PHP]

    + For footer, find following code session at about line 1045:
    [PHP]#ja-footer {
    border-bottom:3px solid #333333;
    border-left:3px solid #333333;
    border-right:3px solid #333333;
    clear:both;
    color:#333333;
    padding:10px 0;
    position:relative;
    }
    [/PHP]

    change to:

    [PHP]#ja-footer {
    border-bottom:3px solid #333333;
    border-left:3px solid #333333;
    border-right:3px solid #333333;
    clear:both;
    color:#333333;
    padding:10px 0;
    position:relative;
    background: url(path to your background file) no-repeat;
    }[/PHP]

    + For Content, find following code session at about line 567:

    [PHP]#ja-container {
    border-color:#333333;
    border-style:solid;
    border-width:0 3px;
    }[/PHP]

    change to:

    [PHP]#ja-container {
    border-color:#333333;
    border-style:solid;
    border-width:0 3px;
    background: url(path to your background file) no-repeat;
    }[/PHP]

    Hope it helps.

    beta777 Friend
    #296810

    Hi,
    I need to add picture on PAGE background. How I can do this?

    jsliao Friend
    #296823

    your page already has a background parchment1a.jpg as u have mentioned. what other background do u need to add?

    template.css (line 25)

    body#bd {
    background:transparent url(../images/background/parchment1a.jpg) repeat scroll 0 0;
    color:#333333;
    text-align:left;
    }

    joseservitravel Friend
    #302170

    <em>@jsliao 118810 wrote:</em><blockquote>your page already has a background parchment1a.jpg as u have mentioned. what other background do u need to add?

    template.css (line 25)

    body#bd {
    background:transparent url(../images/background/parchment1a.jpg) repeat scroll 0 0;
    color:#333333;
    text-align:left;
    }

    </blockquote>
    Sorry, but i’ve changed background image in body#bd {
    and no image shows

    jsliao Friend
    #302260

    it is showing for me…

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

This topic contains 6 replies, has 5 voices, and was last updated by  jsliao 15 years, 7 months ago.

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