/* Kill all link actions inside the shopping cart pages and popups */ .cart-row-title, .cart-item-name, .cart-row-img, [class*="cart"] a { pointer-events: none !important; cursor: default !important; text-decoration: none !important; } /* Re-enable the checkout button so people can still buy */ .cart-checkout-button, a.sqs-editable-button[href*="checkout"] { pointer-events: auto !important; cursor: pointer !important; }