Home › Forums › Trusted › Remove Checkout option from Cart icon drop down › Reply To: Remove Checkout option from Cart icon drop down
June 21, 2018 at 8:15 pm
#5001
cheryl.schmelzer@e2open.com
Participant
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;
}