I did find css code one would use on other themes that do not include this customize feature (but which also does not appear to work for the side bar or menu:
.page.page-id-456 #masthead,
.page.page-id-456 #footer-area {
display: none;
}
I altered this code to:
.page.page-id-1002 #masthead {
display: none;
}
This didn’t do anything.
Any help with this would be appreciated. Seems like it ought to be simple! ??
Thanks,
Bill