Remove/Hide Woocommerce Added to Cart Message but Keep/Display Coupon Applied Message

后端 未结 5 1625
自闭症患者
自闭症患者 2021-01-05 11:12

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

5条回答
  •  囚心锁ツ
    2021-01-05 11:51

    Just used the following and it worked fine:

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

    Hope this helps!

提交回复
热议问题