To remove Footer from Shopping Cart Page, you can use this to Custom CSS box
body#cart footer.sections {
display: none !important;
}
To remove Footer from Shopping Cart Page, you can use this to Custom CSS box
body#cart footer.sections {
display: none !important;
}