Hi there,
I found the following custom CSS in your site, which is hiding your header image:
.site-branding {
background: transparent;
}
Did you add the above snippet via a child theme or a custom CSS plugin? If so, you will need to remove it in order for your image to display. Let me know what you intended to achieve with that CSS and we can look into other approaches.
If you didn’t add the above snippet, it may be being generated by a plugin. Could you try disabling your plugins (starting with any that may edit or insert content in the header of your site) on by one to see if you can pinpoint the problematic one?
Let me know how you get on with that or if you have any concerns.
Thanks!
I commented out that line and now I see my header image! Thank you so much!