• Resolved jess-mg

    (@jess-mg)


    Hi

    I added a background image to my blog. The problem is the image shows through the posts too.

    I would like to make the space where the posts are white.

    http://audiosmut.ca

    Thanks in advance for your help!

    Jess.

Viewing 2 replies - 1 through 2 (of 2 total)
  • jocken

    (@jocken)

    There are 2 ways.

    In your style.css add:

    #content{
    background: white;
    }

    or

    .post{
    background: white;
    }

    or both, depending on what you want your style to be.

    Thread Starter jess-mg

    (@jess-mg)

    Thanks so much!

    I also did it for

    #sidebar{
    background: white;
    }

    and

    #footer{
    background: white;
    }

    Hope that was ok.

    jess

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Background shows through posts’ is closed to new replies.