@omen-studio: Hello there,
To have different header image on different pages
Go to => Appearance => Customize => Header Media => Enable On => Select Excluding Homepage, Page,Post Featured Image and Publish.
The Featured Image you have set for each post/page will show up as the Header Image of that page.’
To hide the header image on gallery page
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.page-id-2329 .custom-header-media {
display: none;
}
.page-id-2329 .custom-header .wrapper::before {
background-image: unset;
background-color: #f2e6d5;
}
Let me know if this works out!
Kind Regards,
Skandha