Hey there cdarris,
Hope you’re well today 🙂
This should be easily done with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.container.custom-header-image {
display: none;
}
.home .container.custom-header-image {
display: block;
}
This should remove your banner image from all pages aside from your home page. If the code doesn’t work please post link to your site and keep the code added so I can take a look 🙂
Cheers,
Bojan