Thanks Jason!
I changed the header to transparent, but still see the white edge if the background has some color to it (which I’d prefer to have, rather than white).
What code should I use to reduce the padding to 0? I tried this in custom CSS:
#header-content {
line-height: 0;
margin: 0 3%;
padding: 0em 0;
}
but it didn’t work.