Okay
  Public Ticket #1425518
Shopping cart
Closed

Comments

  • nicofrenchy started the conversation

    how do i remove the message when adding product to the shopping cart.?
    Attached image

  • [deleted] replied

    Hi there,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though

    This is not recommended but anyway you can add the code below to your Custom CSS area:

    .single-product .woocommerce-message {
        display: none !important;
    }

    Will set this ticket as solved from here.