• Resolved benmess

    (@benmess)


    Hello,
    i’m searching for hours which css code i can use for add an image as page content background. I dont want a background image “around” the whole site. I want that content of the page has a background image.
    Anyone an idea?
    Thanks a lot in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • The specific CSS depends on the elements in your particular site. Each theme is constructed a little differently, so there’s no general CSS that I can suggest. Can you please provide a link to your site?

    Thread Starter benmess

    (@benmess)

    hi crouchingbruin, this is the site: http://www.blue-skye.de
    the background image should be only behind the text/content area.

    Thread Starter benmess

    (@benmess)

    ok i solved it with
    .hentry {

    background: url(‘image.jpg’);
    padding: 40px 0;

    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background image for page content area’ is closed to new replies.