Hello, I’m trying to change the header and footer color in the Renew Stack. I tried this CSS (found it here on the forum).
.masthead, .masthead .x-navbar, .x-colophon.top, .x-colophon.bottom {
background-color: #000;
border: 0;
box-shadow: none;
}
This changes the footer color, but not the header. Why could that be?
