Hi
I've been trying to change the opacity of the background colour in my child theme for Twenty eleven. Have searched through the posts on here but haven't found anything yet that solves the issue.
Have pasted the following css into various places without success...
background: #000;
filter:alpha(opacity=80);
opacity:0.8;
When I add this to the #page section it seems to make everything including the menu background and comments box background semi-transparent.
No luck with attaching to #main or #body either.
Should i be targeting header and main content and footer sections etc individually perhaps?