Okay
  Public Ticket #873336
alert box color
Closed

Comments

  • aras started the conversation

    Hello Art,

    How can I change the color of this alert boxes? (attached image)

    And how can I add wishlist button on the top menu so people can see their wishlist?

    Thank you

    Aras

  • [deleted] replied

    Hi Aras,

    To change alert colors, please use custom CSS, it is quite simple:

    .woocommerce-error.woocommerce-info, 
    .woocommerce-info.woocommerce-info, 
    .woocommerce-message.woocommerce-info {
        background-color: #00aeef;
    }

    Change this #00aeef color to your preferred color.

    To apply Custom CSS, on WP admin panel menu click Custom CSS link (as shown here).