In March 2026, Squarespace introduced a new cart confirmation popup that appears whenever a product or service is added to the cart:
/* Fix to override Mini Cart (2026) */
.commerce-mini-cart-dialog .commerce-mini-cart-action-buttons {
display: none !important;
}
.commerce-mini-cart-header-title > span {
font-size: 0;
}
.commerce-mini-cart-header-title > span::before {
content: "Added";
font-size: 18px;
}
After saving the changes, the popup should appear without the buttons.
The latest version of the Wishlist plugin has been updated for full compatibility with this new cart popup feature. If you have purchased the subscription version of the Wishlist plugin, no modifications are necessary; the messages and buttons will automatically be customised to match your Wishlist configuration.