Home Forums Trusted Remove Checkout option from Cart icon drop down

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5000

    I am using Paypal Express as our only form of payment on our site. I was able to remove the Continue to Checkout button from the Cart page, but I don’t know how to remove it from the drop down that appears when a user hovers over the cart image in the menu when there is product in the cart.

    Is there a way to change the content of that drop down – would I have that ability in Trusted PRO?

    Thank you.

    #5001

    I figured it out. I added the following to my child theme’s style.css file.

    .top-login-mini-cart a.button.checkout{
    visibility: hidden;
    }

    #5003
    Andy
    Keymaster

    Hello, glad to see that you found a solution to remove the checkout button from the mini-cart.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Checkout option from Cart icon drop down’ is closed to new replies.