posted 17 years ago
If you want to keep this as a CSS change rather than a template edit, try the following:
Add a default body definition in the styles.css. E.g.:
.body { background-color: #000000; }
I think a default like this will be additive to the specified class and work.
But if it doesn't, you will need to add the body background definition to your language specific css, e.g. en_US.css. Since this is the class specified on the body statement.
Greg
[originally posted on jforum.net by monroe]