Greetings
I have a single page that needs a different header and footer than my global settings for other pages/posts
Custom header/footer requirements for this page = minimal header / no sticky and no footer
* I've tried creating a custom layout but it doesn't offer a way to remove footer
* Also, the minimalist with no padding option doesn't remove any padding
How can I create a custom header and remove footer for this page?
Thanks
Ward
Comments
body.page-id-1788 #Content{
Thanksmargin:0 !important;
}
body.page-id-1788 #logo, body.page-id-1788 #Top_bar li a{
height:unset !important;
line-height:0px !important;
padding:5px !important;
}
body.page-id-1788 .responsive-menu-toggle{
margin-top:-70px !important;
}