Undo transparent header image
-
Hey everyone,
I’m totally new working with WordPress and html, so I hope you guys can help me out with this. I managed to make my page transparent against my background (using Twenty Eleven theme) by putting this in the style.css right in the beginning:
body {
background: #fff;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
line-height: 1;It’s probably in the wrong place, because I want to avoid that the header image will also appear to be transparent. How can I keep this transparency for the text (white areas) while keeping the header image non-translucent?
Thanks in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Undo transparent header image’ is closed to new replies.