Custom Background-Image not showing up

It could be that you’re missing the the body_class() in your theme:

<body <?php body_class(); ?>>

It should add the .custom-background as a body class:

<body class=" ... custom-background ... " >