This topic has 4 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Rose Tyler
Hi there,
I need to change the colours of all notification messages for example, after you sent the contact form, a message pop ups to confirm you’ve sent it. I need to change all of this kind of notifications, from email sent, to items added in cart etc.. Please see screenshot to understand what I mean. Thanks.
Hello,
You need to use css to change color, for example:
.caldera-grid .alert-success {
background-color: black !important;
border-color: red;
color: red;
}
Regards,
Rose Tyler.
Hi Rose,
Thanks for your reply. I have added in the css code, unfortunately it doesn’t work.
Please could you help. My wordpress logins are in the first message.
Thanks.
You must be logged in to reply to this topic.Log in/Sign up