Hi Michael, thanks for your reply. I’ve tried different css like .woocommerce, .woocommerce-page-id-245, etc with no luck. Everything I try seems to remove the header images on all pages but leaves the background color and branding.
Unfortunately the url isn’t live but resides on my local server.
Here is the header code if that helps:
<body class="archive post-type-archive post-type-archive-product logged-in admin-bar no-customize-support wp-custom-logo woocommerce woocommerce-page group-blog hfeed has-header-image has-sidebar page-one-column colors-light">
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<header id="masthead" class="site-header" role="banner">
<div class="custom-header">
<div class="custom-header-media">
<div id="wp-custom-header" class="wp-custom-header"><img src="https://localhost/mysite/wp-content/uploads/2018/02/cropped-nicepike3-1.jpg" width="2000" height="1284" alt="" srcset="https://localhost/mysite/wp-content/uploads/2018/02/cropped-nicepike3-1.jpg 2000w, https://localhost/mysite/wp-content/uploads/2018/02/cropped-nicepike3-1-300x193.jpg 300w, https://localhost/mysite/wp-content/uploads/2018/02/cropped-nicepike3-1-600x385.jpg 600w, https://localhost/mysite/wp-content/uploads/2018/02/cropped-nicepike3-1-768x493.jpg 768w, https://localhost/mysite/wp-content/uploads/2018/02/cropped-nicepike3-1-1024x657.jpg 1024w" sizes="100vw" /></div> </div>
<div class="site-branding">
<div class="wrap">
<a href="https://localhost/mysite/" class="custom-logo-link" rel="home" itemprop="url"><img width="405" height="250" src="https://localhost/mysite/wp-content/uploads/2018/02/cropped-logo-med-1.png" class="custom-logo" alt="" itemprop="logo" srcset="https://localhost/mysite/wp-content/uploads/2018/02/cropped-logo-med-1.png 405w, https://localhost/mysite/wp-content/uploads/2018/02/cropped-logo-med-1-300x185.png 300w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></a>
<div class="site-branding-text">
<p class="site-title"><a href="https://localhost/mysite/" rel="home">Home</a></p>
<p class="site-description">Site Title</p>
</div><!-- .site-branding-text -->
</div><!-- .wrap -->
</div><!-- .site-branding -->
</div><!-- .custom-header -->