How to Hide Alternate Payment Methods/Checkout Buttons on Cart Page?

@atmosphaera - using css you can hide these button on cart page, add this css to the very end of your bae.aio.min.css file and check

.cart__footer .cart__dynamic-checkout-buttons.additional-checkout-buttons {display: none !important;    visibility: hidden;}