Comments urchincollective started the conversationJuly 26, 2019 at 2:00amPlease 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] repliedJuly 26, 2019 at 7:22amHi 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!1 Like Sign in to reply ...
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.
Hi urchincollective,
To modify that color please add the code below to your Custom CSS area:
* then you can change #f16262 HEX color to the one you prefer.
Have a nice weekend!