How to change the body background on forms?

Hi, I just started up a elgg site and I've hit a bit of a snag. The layout looks fantastic, but for some reason the form used for typing in a blog/photo description has a black background. Here's a screenshot of the issue: http://i.imgur.com/vw9Fdwd.png

How can I change this to a white background?

  • Looks like you have a custom theme installed. Which one?

    This is most likely caused by css in that theme. Figure out which rule is causing that, then which view defines the rule, then override or extend that view to fix the css.

  • I'm using themer, but I searched through the CSS and couldn't seem to peg down where it might be. I imagine it has similar folders/files to the default css. Any idea where it might be?