Internal pages, nav bar color.-

Hi there,

On any product page, or even any internal page where there is no background behind the header, the background is black. I wanted to change that to something else. Below are screenshots. How would I change that color?

Thanks!

Hello, please follow this post: https://www.support.waituk.com/hc/en-us/community/posts/360001216434-Make-header-on-internal-pages-transparent and instead of transparent, you can use other colors:

.default-page #header {
background: red;
}

Thank you