Home › Forums › Support › Remove footer menu This topic has 6 replies, 2 voices, and was last updated 8 years, 1 month ago by Leo. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts February 28, 2018 at 5:20 pm #508431 Michael Hi. How do you remove footer navigation menu complete from every page? Could someone kindly help. February 28, 2018 at 8:13 pm #508498 LeoStaff Customer Support Hi there, There isn’t a default footer navigation menu. Can you link me to the site in question? Thanks! February 28, 2018 at 8:19 pm #508500 Michael Hi Leo I referring to the bottom of the page that has copyright generatepress and black bar. Once you view it, I’ll put back the maintenance page. February 28, 2018 at 8:22 pm #508501 Michael I loaded an image of the footer, Copyright generatepress. March 1, 2018 at 5:57 am #508788 LeoStaff Customer Support The page is current maintenance page. Can you unlock it? If you just want it completely removed overall, this snippet should help: add_action( 'after_setup_theme','tu_remove_footer' ); function tu_remove_footer() { remove_action( 'generate_footer','generate_construct_footer' ); } March 1, 2018 at 6:13 am #508810 Michael Thanks Leo It did the trick. Completely removed. Thanks March 1, 2018 at 6:19 am #508820 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In