thanks for the responses.
the page in question:
https://www.theconnectionsmodel.com/app-registration/
As Gurus suggested, I’ve added display none css targeting the page ID. Curiously, the header hides, but using the same declaration syntax, the footer persists.
.page-id-1415 #header-space , .page-id-1415 #header-outer {
display: none;
}
.page-id-1415 #footer-outer {
display: none;
}
cubecolour, I’m getting the request 2nd hand from the App Developer, through the client, so I’m afraid I’m unable to provide the relevant reference to Apple’s specific requirement. And I’ve no time to look. My plate is too full, and I need to -get in, get out- on this one.
thanks again for responses.