Remove Footer from Shopping Cart Page

To remove Footer from Shopping Cart Page, you can use this to Custom CSS box

body#cart footer.sections {
    display: none !important;
}

image