Disappearing Background With WordPress 3.3

If you’ve had your custom background image disappear after upgrading to WordPress 3.3, here’s a quick fix to bring it back.

  1. Go to the appearance section and select edit to open up the theme editor.
  2. From the list of files on your right, choose header.php
  3. Look for this spot:
    <body>

    and replace it with this:

    <body class="custom-background">
  4. Save your changes

That should bring back your custom background image. All of the affected themes have an update available to that fixes that as well.

If you have any trouble, just let us know.