Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Change error message display


Virtuali
Participant

@gunju2221

@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 :)

Skip to toolbar