Okay
  Public Ticket #1663993
Order confirmation message customization
Closed

Comments

  • Aissam34 started the conversation

    Hi there,

    How to the change the green background color of this confirmation message (Screenshot_5) ?

    Regards,

  • [deleted] replied

    Hi there,

    To change that color you can add this CSS code to your Custom CSS area:

    .woocommerce-message {
        background-color: #6595e0 !important;
        -webkit-box-shadow: 0 0 0 6px #6595e0 !important;
        box-shadow: 0 0 0 6px #6595e0 !important;
    }

    * then change #6595e0 color to the color you want.