Hide the entire Footer
To hide the entire footer on selected pages, use this CSS on those pages. To hide it on every page, then place this CSS in your SideBar:
<style>#wrapper-functional { display:none }</style>
This just hides the footer. If you would like to toggle the display of the footer, then use the hideFooter function in the Widget Library.
Comments (0)
You don't have permission to comment on this page.