I\'m trying to remove or hide the added to cart message at the top of my WooCommerce checkout page (I have removed the cart page so this message is showing up on the checkou
Just used the following and it worked fine:
div.woocommerce-message { display: none !important; }
Hope this helps!