How can I remove the checkout button from my homepage mini-cart icon?

Hello,

I am looking for a little help with removing the checkout button from the mini-cart icon on the homepage. I need customers to first go through the cart page and not skip directly to checkout. Any help is greatly appreciated!

The website is: www.thewitchesalmanac.com

Theme: Porto Demo10 version 3.7

Thanks again,

Add this style to your css file

a.btn-button.bordered.uppercase.checkout-cart {
    display: none;
}
1 Like

This worked! Thank you very much for your solution :blush: