Need transparent background but a solid content area:
-
How to set up a lighter area behind text, so that you can read the text on top of a dark background? I have gotten ‘this’ far and below the code is the site I’m trying to apply the finished touches to which is ‘not have the image and text opac like the foreground is. I applied this into the child-theme (HATCH) ‘style.css’:
#main { background: none repeat scroll 0 0 #FFFFFF; border-radius: 18px 18px 18px 18px; clear: both; margin-top: 20px; opacity: 0.8; overflow: hidden; padding: 40px 20px 0; width: 900px; } #content, #content input, #content, #content input, #content textarea { background: none repeat scroll 0 0 #FFFFFF; color: #000000; font-size: 14px; line-height: 24px; opacity: 1; }
Here is my site now:
All I want to do now is fix my code so that the the image and text are separate from the opacity of the foreground itself. I read here about how David got his to work, so I know it’s possible and I’m ‘almost there’. Please help out if anyone can? Thanks ??
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Need transparent background but a solid content area:’ is closed to new replies.