body and background image opacity
-
Trying to tweak your great theme…
I want a background image that is visible through an opaque (white) textblock
If I set the body opacity to lets say 0.5 like so:
body { background: #fff;
opacity: 0.5; }This does what I want with the opacity of the text block but it also fades the text (header and navigation) and images on the blog page.
If I set this value to 1 it gives me a white block with clear images and text, but no visible background image through this block. A value of 0 obviously hides all menu text and blog images.
It looks like the body lies on top of the text and images.What should I do? Can I change the stacking order of the body so that it is under the images and on top of the background image?
cheers, Bastienne
- The topic ‘body and background image opacity’ is closed to new replies.