How to hide ONLY this notification "You cannot add another (product) to your cart" from woocommerce with CSS? If I use this CSS code then all notifications are hidden but other notifications are useful.
ul.woocommerce-error,.page-id-6 .woocommerce-notices-wrapper {
display: none;
}
2
Answers
Unfortunately, it is not possible to apply such logic with the sole help of the CSS.