Comments aras started the conversationAugust 27, 2016 at 4:21amHello 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 youAras[deleted] repliedSeptember 2, 2016 at 2:36pmHi 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). Sign in to reply ...
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
Hi Aras,
To change alert colors, please use custom CSS, it is quite simple:
Change this #00aeef color to your preferred color.
To apply Custom CSS, on WP admin panel menu click Custom CSS link (as shown here).