Good day!
How can I change a look and feel of Catel's error message?
1/3) Create a custom style based on this one.
2) Every time the property changes on the view model, Catel will re-validate your view model. So it's important to update your binding. You can do that by something like this:
<TextBox Text="{Binding MyProperty, UpdateSourceTrigger=PropertyChanged}" />