Re: Change error message display
@imjscn, Color is CSS, therefore probably being in the buddypress default.css file?
Probably Under:
*Error/Success Messages
find:
}
div#message.error p {
background: #e41717;
color: #fff;
border-color: #a71a1a;
clear: left;
}
It spells it out for you from there 