Quote:
Originally Posted by Adam Wood
Very cool.
Quick question: is it possible (and reasonably easy to do) to have the white background for the text actually be sort of translucent, so that one can see the background picture behind it? The one downside to this style for me is that one cannot see the planes, boats, etc except on the very edges.
Thanks.
|
You could also try adding this to your additional.css....
PHP Code:
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
background:transparent;
}