How can I remove the 'Check Out' button from the Dawn theme pop-up?

Hi! Using DAWN theme.

I’m trying to not have the CHECK OUT button appear on the pop up, when I add an item. I do like the pop up with the item added, but would only like the VIEW MY CART and CONTINUE SHOPPING to appear.

www.metoyoubox.com

THANK YOU!

Hi @metoyoubox ,

You can follow the instructions below.

  1. Go to Admin page > Online store > themes > Actions > Edit code
  2. Open the base.css under the Asset folder then add the code below.
#cart-notification-form {
display: none;
}

Hi! Thank you so much for that; however, that seems to get rid of the whole “pop up cart”. I just need the one button to not be there. Is that possible?

Weird. I was only calling the button. See the image below when I implement it with DevTools