Hello, this code does not work for me , however the code below worked, but it does not remove footer of the page, only removes header. Is there a code to remove footer as well? Please and thank you.
<style>
header#header {
display:none !important;
}
</style>