I’ve inserted the following code to hide/remove the header and footer sections on two specific pages, but there seems to be a bug. Whatever I do, the footers hide successfully, but the header is only removed from one page and not the other.
<style>
#chocolate-tubeez .header{
display: none !important;
}
#chocolate-tubeez .footer{
display: none !important;
}
<style>
#vanilla-tubeez .header{
display: none !important;
}
#vanilla-tubeez .footer{
display: none !important;
}