Viewing 3 replies - 1 through 3 (of 3 total)
  • That’s just a matter of assigning a background image or colour to the body class in your CSS,
    for exmaple: body { background: url(images/body_bg.jpg) repeat; }

    and then styling, or removing the background stying of the other elements as appropriate.

    Thread Starter xkaijinx

    (@xkaijinx)

    premiumwp, that part I understand.

    That only helps out the background.. but not the entire page.

    I wanted to implement one single background for the pages itself, the header, main, and the body.

    I just used those websites as an example

    Yes, the important thing is to remove the background styling of your pages, header, main, and any other elements. Then the body background image will give you a single background for the entire page. It’s the styling of your other elements (page, header, main etc) that are overwriting the body background. If you remove the backgrounds of the other elements, the body background will come through as the background of everything. Hope that’s a bit clearer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘What themes are these?’ is closed to new replies.