ENF
Well-known member
This is what I get with the default style using the code below:Thanks. I tried that and it still came out redEdit. I had missed the first line off. That works
There is still a red cross though and a red line round the border of it.

Code:
.blockMessage.blockMessage--error
{
background: white;
color: black;
border-left: 0px solid white;
}
.blockMessage.blockMessage--error.blockMessage--iconic:before
{
color: green;
}