how to format error messages
-
My error messages on buddypress registration and edit profile (and probably others I don’t know about yet) come up black type with no background, so they are unnoticeable unless you really know to look for them. This has led to a few confused users — http://www.pettrustees.net
I know this is defined by div#message.error, which in default.css of teh bp-default theme is set to
div#message.error p {
background: #e41717 !important;
color: #fff !important;
border-color: #a71a1a;
clear: left;
}should be white type on a red background.
Can’t find anything overriding it. My theme, Secondary by Milo, only has one stylesheet and this is not defined in that stylesheet.
Any ideas?
Mary
You must be logged in to reply to this topic.
