How can I remove the checkout button on the Parallax theme cart drawer?

Hello,

I am using Parallax theme. I want to remove the Checkout button on the cart drawer but I don’t know how.

Here’s the link to my store preview,

https://n5myead3ba80oj0o-44305055895.shopifypreview.com

Thanks

Hi @orange1989 , you can try to add this code at the bottom of your styles.css file

#mm-1 .mm-action_buttons input { display: none !important; }

Thanks @Dan-From-Ryviu it worked!

Happy I could help

@Dan-From-Ryviu Do you also happen to know how I can reverse this?

I want the texts under the images to be on top of them.

@orange1989 , you will need to hire an expert so they can edit liquid file of your theme to make texts to be on top of images

Here are the steps to remove checkout button from cart drawer: