• Resolved ricardomg93

    (@ricardomg93)


    Hello! Is there a way for me to completely remove or to change these messages’ location so they appear above the list of products? When they appear, they mess up the Cart page layout.

    Thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter ricardomg93

    (@ricardomg93)

    I’ve found a way! In case anyone else needs this, here is the CSS:

    /*** REMOVE MESSAGES ***/
    .woocommerce-message,
    .woocommerce-error,
    .woocommerce-info {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Remove or change location of “Shipping costs/Cart updated” message’ is closed to new replies.