Hi,
To disable the innerpage banner image from your other pages
1. Remove the Inner Page Banner from Appearance -> Theme Options -> Homepage Slider
2. Add below css code in Appearance -> Editor -> style.css file
.innerbanner { display: block !important; min-height: 200px; }
Regards
Grace Themes