Okay
  Public Ticket #2094403
Added to cart pop up
Closed

Comments

  • urchincollective started the conversation

    Please advise how to change or custom the background colour of the pop ups in Aurum theme for example the "<item> has been added to your cart." pop up. Current colour is green. 

  • [deleted] replied

    Hi urchincollective,

    To modify that color please add the code below to your Custom CSS area:

    .woocommerce-message {
        background-color: #f16262;
        box-shadow: 0 0 0 6px #f16262;
    }

    * then you can change #f16262 HEX color to the one you prefer.

     Have a nice weekend!