Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • bramewave Friend
    #137292

    I would like to have a different background image appear at the bottom of my site is that at all possible? I heard that I would have to add an additional div to my code and I am not sure how to do this.

    http://www.bramewave.com/csb

    Thanks All!

    bennitos Friend
    #287346

    Hi what do you actually want to do, as i checked your previous post where you ask on how to stop the current background repeating.

    Do you want to stop it repeating, or do you want to have 2 different ones?

    Can help you with both.

    bennitos Friend
    #287350

    If you want to stop the repeating of your background do:

    Open your template.css file line 25 change:


    body#bd {
    color: #4F4F4F;
    background: url(../images/body-bg.jpg) repeat-x center 30px #181818;
    padding: 0;
    margin: 0;

    To


    body#bd {
    color: #4F4F4F;
    background: url(../images/body-bg.jpg) no-repeat center 30px #181818;
    padding: 0;
    margin: 0;

    bramewave Friend
    #287353

    I would like to use two different images, I would like to have the wood fade back in (an ivert of the top image without the logos) So what I hope to achieve would be two different images.

    Thanks

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

This topic contains 4 replies, has 2 voices, and was last updated by  bramewave 15 years, 10 months ago.

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