Since the Icon stack does not have direct options for header/footer/navbar background color, I customized in Global CSS with:
.x-navbar {
background-color: #000000;
}
.x-colophon.top, x.colophon.bottom {
background-color: #000000;
}
Problem is, that customization does not seem to be applying on screens 480px or smaller. On that screen size, the navbar and footer return to white, washing out my logo and footer content.
I’ve tried various CSS fixes offered in similar threads with no luck so far. Code issue? Stack issue?
Thank you for your help!