How can I set the image opacity for body background
There is no CSS property background-opacity, but you can fake it by inserting a pseudo element with regular opacity the exact size of the element behind it. it can be done like this Check it here http://jsfiddle.net/dyaa/k4dw5hyq/2/ Edit: no need for opacity and filter in the body tag anymore http://jsfiddle.net/dyaa/k4dw5hyq/3/