• Resolved cschmelzer

    (@cschmelzer)


    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.

Viewing 1 replies (of 1 total)
  • Thread Starter cschmelzer

    (@cschmelzer)

    I found the answer. I added the following to my child theme’s style.css file:

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

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