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.
THANK YOU!
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.
THANK YOU!
Hi @metoyoubox ,
You can follow the instructions 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?