I am using the front-end profile on my BuddyPress settings page. For consistency, I would like all confirmation messages to look the same, so I used the rwmb_profile_before_display_confirmation hook to display a BP message when profile settings are updated.
I now need to remove the confirmation message that is created by MB. If I leave the message blank, I still see the green box. I don't see any hook that would allow me to disable it. Is there a way I can do this?
Also, is there an easy way to add a css class to the submit button?