Okay
  Public Ticket #1034703
Notification Back-Color
Closed

Comments

  •  2
    KMAN888 started the conversation

    Hi I was wondering how can I change the Notification colors ? 

  • [deleted] replied

    Hi there,

    Can you please add the code below to Custom CSS

    .woocommerce-error {
        background-color: #3186a7 !important;
        -moz-box-shadow: 0 0 0 6px #3186a7 !important;
        -webkit-box-shadow: 0 0 0 6px #3186a7 !important;
        box-shadow: 0 0 0 6px #3186a7 !important;
    }
    
  •  2
    KMAN888 replied

    Thank you! 

  • [deleted] replied

    Glad te hear that